summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorChristian Lohmaier <cloph@openoffice.org>2010-06-24 00:13:11 +0200
committerChristian Lohmaier <cloph@openoffice.org>2010-06-24 00:13:11 +0200
commit414a031eb9de5375ee55eaa204d09a8d5b8bfb5b (patch)
tree40f6e63b9c80b78ddfd11c4b008c55b9ece88220 /configure.in
parent3a4ed9b5f36f12bff2d7825e8912e392e7d0c448 (diff)
parentc6082c766e2313a1479e2c14a2bc2f96a3085e7d (diff)
configure25: cosmetics (spaces vs tabs) - merge with previous commits
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 1ff37e79aa66..6f52783a6351 100644
--- a/configure.in
+++ b/configure.in
@@ -3436,7 +3436,7 @@ dnl ===================================================================
AC_MSG_CHECKING([whether to build the stax])
if test -f "./stax/download/jsr173_1.0_api.jar"; then
BUILD_STAX=NO
- AC_MSG_RESULT([no, will use the prebuilt one - stax/download/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])