fixed error output in configure when no java has been found

(was: ./configure: line 20612: NULL: command not found )
This commit is contained in:
Frédéric Péters 2004-09-07 15:03:35 +00:00
parent a187ddc0d8
commit 78e9a2b30f
1 changed files with 1 additions and 0 deletions

View File

@ -273,6 +273,7 @@ if test "X$JAVA_VERSION" != X && test "X$JAR" != X; then
languages_available="$languages_available $JAVA($JAVA_VERSION)"
else
enable_java=no
JAVA_VERSION=""
fi
dnl Conditional java sub dir test.