[Libreoffice-commits] core.git: configure.ac
Stephan Bergmann
sbergman at redhat.com
Mon Jan 18 02:18:59 PST 2016
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit aa43af06e7686cfab58670b3ba0644396863f85a
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Jan 18 11:17:49 2016 +0100
Remove stray closing bracket
...introduced with 19167ea31383cb91c1563ba2d4bb7708eea8afc1 "Use test -f rather
then cross-compilation unfriendly AC_CHECK_FILE"
Change-Id: I586a716abb855c3cd66409f5409b5f3c8af8e4fd
diff --git a/configure.ac b/configure.ac
index 3750beb..3e9e1c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8359,7 +8359,7 @@ if test "$with_java" != "no"; then
HSQLDB_JAR=/usr/share/java/hsqldb.jar
fi
if ! test -f $HSQLDB_JAR; then
- AC_MSG_ERROR(hsqldb.jar not found.)]
+ AC_MSG_ERROR(hsqldb.jar not found.)
fi
AC_MSG_CHECKING([whether hsqldb is 1.8.0.x])
export HSQLDB_JAR
More information about the Libreoffice-commits
mailing list