summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRene Engelhard <rene@openoffice.org>2010-06-23 17:34:15 +0200
committerRene Engelhard <rene@openoffice.org>2010-06-23 17:34:15 +0200
commite450489775b1461bc7ec7ea0ba78f5367ebb8faf (patch)
treec59783b260874377c1a7f2eb29fbae8c5541daa6 /configure.in
parent3ec6a69e513fcb1eb80811564ef064a8ef894de9 (diff)
configure25: configure should check for new download/stax too; some beautifications
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 449d246ef561..e79b93ebd827 100644
--- a/configure.in
+++ b/configure.in
@@ -809,7 +809,7 @@ AC_ARG_WITH(alloc,
[ --with-alloc Define which allocator to build with
(choices are oo, system, tcmalloc, jemalloc)
- Note that on FreeBSD/NetBSD system==jemalloc
+ Note that on FreeBSD/NetBSD system==jemalloc
],,)
AC_ARG_ENABLE(verbose,
[ --enable-verbose Increase build verbosity.
@@ -3434,7 +3434,7 @@ dnl ===================================================================
dnl Check for building stax
dnl ===================================================================
AC_MSG_CHECKING([whether to build the stax])
-if test -f "../external/StAX/jsr173_1.0_api.jar"; then
+if test -f "../stax/download/jsr173_1.0_api.jar"; then
BUILD_STAX=NO
AC_MSG_RESULT([no, will use the prebuilt external/StAX/jsr173_1.0_api.jar])
else