summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-01-18 11:17:49 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-01-18 11:17:49 +0100
commitaa43af06e7686cfab58670b3ba0644396863f85a (patch)
tree47dab8448a47b9a0f3612a3155f3ed1260f9ab7c /configure.ac
parent33da1e1e803acf50a753146da52dd171bb7133e7 (diff)
Remove stray closing bracket
...introduced with 19167ea31383cb91c1563ba2d4bb7708eea8afc1 "Use test -f rather then cross-compilation unfriendly AC_CHECK_FILE" Change-Id: I586a716abb855c3cd66409f5409b5f3c8af8e4fd
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3750beb5b312..3e9e1c0ae2c2 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