summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-03-01 15:25:56 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-03-01 15:25:56 (GMT)
commit7705a4d914c4b5aaa0607137ef3554ff2423ab16 (patch)
treeb709406154a046c17cd5f034842ffca30d9bfda9 /configure.ac
parent16e529f5a9309b7fffaa856a5b7600152cf43da8 (diff)
downloadhdf5-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.ac3
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])