зеркало из https://github.com/mozilla/pjs.git
Fix unquoted string in OJI/JAVA test.
This commit is contained in:
Родитель
2166cc7fcc
Коммит
8d99949de1
|
@ -1361,9 +1361,10 @@ 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
|
||||
echo "configure: error: Simultaneous use of --enable-java and\
|
||||
--enable-oji is no longer supported." 1>&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче