Imported Upstream version 0.19.7
[platform/upstream/gettext.git] / gettext-tools / examples / hello-java / configure.ac
index 030c636..6b7a94b 100644 (file)
@@ -32,7 +32,7 @@ else
   BUILDJAVA=no
 fi
 AC_SUBST(BUILDJAVA)
-if test -n "$HAVE_JAVAEXEC" && test $BUILDJAVA = yes; then
+if test -n "$HAVE_JAVAEXEC" && test "$BUILDJAVA" = yes; then
   TESTJAVA=yes
 else
   TESTJAVA=no