From 6a0cf17ce5d4dd119be357c54dad1c927dc9aac4 Mon Sep 17 00:00:00 2001 From: "slamm%netscape.com" Date: Thu, 22 Apr 1999 18:44:52 +0000 Subject: [PATCH] Fix unquoted string in OJI/JAVA test. --- configure.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 0aa573366ead..032b591f8053 100644 --- a/configure.in +++ b/configure.in @@ -1361,10 +1361,11 @@ MOZ_ARG_ENABLE_BOOL(java, [ --enable-java Enable use of java applets (untested)], [MOZ_JAVA=1 FULL_STATIC_BUILD= NO_SHARED_LIB=]) -if test ${MOZ_OJI} -eq 1 -a ${MOZ_JAVA} -eq 1 +if test "$MOZ_OJI" -eq 1 -a "$MOZ_JAVA" -eq 1 then - echo "configure: error: Simultaneous use of --enable-java and --enable-oji is no longer supported." 1>&2 - exit 1 + echo "configure: error: Simultaneous use of --enable-java and\ + --enable-oji is no longer supported." 1>&2 + exit 1 fi MOZ_ARG_ENABLE_BOOL(mail-compose,