configure.ac: disable java bindings

This commit is contained in:
Benjamin Dauvergne 2021-01-21 12:31:00 +01:00
parent 34ad2ce2dc
commit 86aa6a602f
1 changed files with 2 additions and 2 deletions

View File

@ -206,8 +206,8 @@ languages_available=
# ------------
dnl Check if java is explicitly disabled.
AC_ARG_ENABLE(java, [ --disable-java disable the Java binding],,
enable_java="yes")
AC_ARG_ENABLE(java, [ --enable-java enable the Java binding],,
enable_java="no")
AC_ARG_WITH(java-home,
[ --with-java-home=(JAVA_HOME) set the full path to the java home directory.])
SUN=no