Fix unquoted string in OJI/JAVA test.

This commit is contained in:
slamm%netscape.com 1999-04-22 18:44:52 +00:00
Родитель 2d8d712c70
Коммит 6a0cf17ce5
1 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -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,