configure: Fix java --enable check.

This commit is contained in:
Bert Vermeulen 2014-07-18 21:20:40 +02:00 committed by Martin Ling
parent bcacb8633e
commit 762aee1e91
1 changed files with 1 additions and 1 deletions

View File

@ -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.