From c82a38fefc4c9607f0d44187c8e8ae7292976dfc Mon Sep 17 00:00:00 2001 From: Pedro Giffuni Date: Mon, 13 Feb 2012 00:49:48 +0000 Subject: Detect prebuilt StAX API 1.2.0. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 869554b28340..a9539ea58628 100644 --- a/configure.in +++ b/configure.in @@ -3608,9 +3608,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/stax-1.2.0.jar"; then BUILD_STAX=NO - AC_MSG_RESULT([no, will use the prebuilt stax/download/jsr173_1.0_api.jar]) + AC_MSG_RESULT([no, will use the prebuilt stax/download/stax-1.2.0.jar]) else BUILD_STAX=YES AC_MSG_RESULT([yes]) -- cgit