diff options
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 4aa3f74..5fd8de3 100644 --- a/configure.ac +++ b/configure.ac @@ -855,6 +855,9 @@ esac ## Check if they would like the Java native interface (JNI) compiled ## +## This needs to be exposed for the library info file even if JAVA is disabled. +AC_SUBST([HDF_JAVA]) + AC_SUBST([H5_CLASSPATH]) H5_CLASSPATH="" AC_MSG_CHECKING([if Java JNI interface enabled]) |