diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/configure.in b/configure.in index 20b14c6..08c748a 100644 --- a/configure.in +++ b/configure.in @@ -1318,20 +1318,20 @@ if test "X$THREADSAFE" = "Xyes"; then fi dnl ---------------------------------------------------------------------- -dnl Check if they would like the HDF5 v1.4 compatibility functions +dnl Check if they would like the HDF5 v1.6 compatibility functions dnl compiled in dnl -AC_MSG_CHECKING([whether HDF5 v1.4 compatibility functions enabled]) -AC_ARG_ENABLE([hdf5v1_4], - [AC_HELP_STRING([--enable-hdf5v1_4], - [Compile the HDF5 v1.4 compatibility +AC_MSG_CHECKING([whether HDF5 v1.6 compatibility functions enabled]) +AC_ARG_ENABLE([hdf5v1_6], + [AC_HELP_STRING([--enable-hdf5v1_6], + [Compile the HDF5 v1.6 compatibility interface [default=no]])], - [HDF5_V1_4_COMPAT=$enableval]) + [HDF5_V1_6_COMPAT=$enableval]) -if test "$HDF5_V1_4_COMPAT" = "yes"; then +if test "$HDF5_V1_6_COMPAT" = "yes"; then AC_MSG_RESULT([yes]) - AC_DEFINE([WANT_H5_V1_4_COMPAT], [1], - [Define if the HDF5 v1.4 compatibility functions are to be compiled in]) + AC_DEFINE([WANT_H5_V1_6_COMPAT], [1], + [Define if the HDF5 v1.6 compatibility functions are to be compiled in]) else AC_MSG_RESULT([no]) fi @@ -2501,8 +2501,8 @@ IF_YES_NO "$GASS" PRINT_N " GPFS" IF_YES_NO "$GPFS" -PRINT_N " HDF5 v1.4 Compatibility" -IF_YES_NO "$HDF5_V1_4_COMPAT" +PRINT_N " HDF5 v1.6 Compatibility" +IF_YES_NO "$HDF5_V1_6_COMPAT" PRINT_N " hsize_t" case "$HSIZET" in |