diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-03-01 15:25:56 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-03-01 15:25:56 (GMT) |
commit | 7705a4d914c4b5aaa0607137ef3554ff2423ab16 (patch) | |
tree | b709406154a046c17cd5f034842ffca30d9bfda9 /configure.ac | |
parent | 16e529f5a9309b7fffaa856a5b7600152cf43da8 (diff) | |
download | hdf5-7705a4d914c4b5aaa0607137ef3554ff2423ab16.zip hdf5-7705a4d914c4b5aaa0607137ef3554ff2423ab16.tar.gz hdf5-7705a4d914c4b5aaa0607137ef3554ff2423ab16.tar.bz2 |
[svn-r29239] Add HDF_JAVA AC_SUST line for settings file
Diffstat (limited to 'configure.ac')
-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]) |