Kaydet (Commit) e52ad719 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Use more conventional TRUE for JAVA_CLASSPATH_NOT_SET

Change-Id: I3e782f9b7ae54a60ca0e71e66d7fb287837f47d7
üst 78a2e5b5
......@@ -6808,7 +6808,7 @@ you must use the "--with-jdk-home" configure option explicitly])
AC_MSG_ERROR([JDK is too old, you need at least 1.6])
fi
if test "$_jdk_ver" -gt 10600; then
JAVA_CLASSPATH_NOT_SET="1"
JAVA_CLASSPATH_NOT_SET=TRUE
fi
if test "$_jdk_ver" -ge 10900; then
HAVE_JAVA9=TRUE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment