diff options
author | Rene Engelhard <rene@openoffice.org> | 2010-06-24 00:03:20 +0200 |
---|---|---|
committer | Rene Engelhard <rene@openoffice.org> | 2010-06-24 00:03:20 +0200 |
commit | c6082c766e2313a1479e2c14a2bc2f96a3085e7d (patch) | |
tree | c417bb4381f7dcbe99bb4e4417401465cbb7bb52 /configure.in | |
parent | ae8f7256aaef33ca81543971a5f0b2a457b2162e (diff) |
configure25: more changes for stax/download
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index db664d4ea858..9a50345210da 100644 --- a/configure.in +++ b/configure.in @@ -3434,9 +3434,9 @@ dnl =================================================================== dnl Check for building stax dnl =================================================================== AC_MSG_CHECKING([whether to build the stax]) -if test -f "../stax/download/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]) + AC_MSG_RESULT([no, will use the prebuilt stax/download/jsr173_1.0_api.jar]) else BUILD_STAX=YES AC_MSG_RESULT([yes]) |