From c6082c766e2313a1479e2c14a2bc2f96a3085e7d Mon Sep 17 00:00:00 2001 From: Rene Engelhard Date: Thu, 24 Jun 2010 00:03:20 +0200 Subject: configure25: more changes for stax/download --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') 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]) -- cgit