summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-05-27 14:38:17 +0200
committerVladimir Glazunov <vg@openoffice.org>2010-05-27 14:38:17 +0200
commit6d7096776af5f158cdc8f1ee0a1372ff746dcc94 (patch)
treed83bf732a235a191cad609904e1f9d114a3e3713 /configure.in
parent50bfcdd1309fd0212fbcd1bce4e559429dccd12c (diff)
parent60107536ed98be1eb4c042ab680f43072072118e (diff)
CWS-TOOLING: integrate CWS sb122
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index c6d124b52bae..6b6dabe6571b 100644
--- a/configure.in
+++ b/configure.in
@@ -6730,9 +6730,9 @@ if test "$SOLAR_JAVA" != "" && test "$with_junit" != "no"; then
AC_MSG_RESULT([$OOO_JUNIT_JAR])
else
AC_MSG_RESULT([no])
- AC_MSG_ERROR([cannot find JUnit 4 jar at $OOO_JUNIT_JAR;
-please install one and/or specify its pathname via --with-junit=...,
-or disable it via --without-junit])
+ AC_MSG_ERROR([cannot find JUnit 4 jar; please install one in the default
+location (/usr/share/java), specify its pathname via
+--with-junit=..., or disable it via --without-junit])
fi
fi
AC_SUBST(OOO_JUNIT_JAR)