diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index a7e7f03..35cbc1c 100644 --- a/configure.in +++ b/configure.in @@ -3207,6 +3207,8 @@ AC_ARG_ENABLE([hl], if test "X$HDF5_HL" = "Xyes"; then echo "yes" HL="hl" + AC_DEFINE([INCLUDE_HL], [1], + [Define if HDF5's high-level library headers should be included in hdf5.h]) else echo "no" fi |