Imported Upstream version 0.19.7
[platform/upstream/gettext.git] / gettext-tools / examples / hello-java-swing / configure.ac
index 838224c..96fd903 100644 (file)
@@ -18,7 +18,7 @@ else
   BUILDJAVAEXE=no
 fi
 AC_SUBST(BUILDJAVAEXE)
-AM_CONDITIONAL([USEJEXE], [test $BUILDJAVAEXE = yes])
+AM_CONDITIONAL([USEJEXE], [test "$BUILDJAVAEXE" = yes])
 AC_PROG_RANLIB
 
 dnl Check whether we can execute Java programs.
@@ -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