summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-04-23 16:29:26 +0200
committersb <sb@openoffice.org>2010-04-23 16:29:26 +0200
commit91ec5c7a7ab9dc6973512da5393b163f2d4b2093 (patch)
tree8df7fdc82b71231746d48980f7b6b4ed0828e9af /configure.in
parentbae5315077ab904989aed65f9c37a9d1eb9153c2 (diff)
sb122: #i111070# improved missing JUnit 4 jar error message
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 9ae2a5ef7ab2..e00fee7978aa 100644
--- a/configure.in
+++ b/configure.in
@@ -6749,9 +6749,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)