summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6f0fa7f3d400..f2f27e9522f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11342,7 +11342,7 @@ if test "$enable_report_builder" != "no" -a "$with_java" != "no"; then
fi
if test -z $FLUTE_JAR; then
- if test -f/usr/share/java/flute-1.3.0.jar; then
+ if test -f /usr/share/java/flute-1.3.0.jar; then
FLUTE_JAR=/usr/share/java/flute-1.3.0.jar
elif test -f /usr/share/java/flute.jar; then
FLUTE_JAR=/usr/share/java/flute.jar