Also set with_java=no in the disable-scripting case

This commit is contained in:
Tor Lillqvist 2012-03-07 13:55:57 +02:00
parent c361ef8650
commit 703e7b390e

View file

@ -4589,6 +4589,7 @@ if test "$with_java" != "no"; then
if test "$DISABLE_SCRIPTING" = TRUE; then
AC_MSG_RESULT([no, overridden by --disable-scripting])
SOLAR_JAVA=""
with_java=no
else
AC_MSG_RESULT([yes])
SOLAR_JAVA="TRUE"