configure: Fix java --enable check.
This commit is contained in:
parent
bcacb8633e
commit
762aee1e91
|
@ -169,7 +169,7 @@ AC_ARG_ENABLE(python,
|
|||
AC_ARG_ENABLE(java,
|
||||
AC_HELP_STRING([--enable-java],
|
||||
[build Java bindings [default=yes]]),
|
||||
[BINDINGS_PYTHON="$enableval"], [BINDINGS_JAVA="yes"])
|
||||
[BINDINGS_JAVA="$enableval"], [BINDINGS_JAVA="yes"])
|
||||
|
||||
# Check if the C++ compiler supports the C++11 standard.
|
||||
|
||||
|
|
Loading…
Reference in New Issue