mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r29242] Set default or override val
This commit is contained in:
parent
7705a4d914
commit
281a4901f6
@ -858,14 +858,16 @@ esac
|
||||
## This needs to be exposed for the library info file even if JAVA is disabled.
|
||||
AC_SUBST([HDF_JAVA])
|
||||
|
||||
## Default is no JAVA
|
||||
HDF_JAVA=no
|
||||
|
||||
AC_SUBST([H5_CLASSPATH]) H5_CLASSPATH=""
|
||||
AC_MSG_CHECKING([if Java JNI interface enabled])
|
||||
|
||||
AC_ARG_ENABLE([java],
|
||||
[AS_HELP_STRING([--enable-java],
|
||||
[Compile the Java JNI interface [default=no]])],
|
||||
[HDF_JAVA=$enableval],
|
||||
[HDF_JAVA=no])
|
||||
[HDF_JAVA=$enableval])
|
||||
|
||||
if test "X$HDF_JAVA" = "Xyes"; then
|
||||
if test "X${enable_shared}" != "Xno"; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user