summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-06-14 18:17:33 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-06-14 18:17:33 (GMT)
commitfe56538eecdae225b8a15a2e4c1fb55954090a7e (patch)
treec77a8e32eb9b881c22d83645b93a433001d2416d /configure.in
parent5961f1ef5f78fecf8e459411549ff8733af81008 (diff)
downloadhdf5-fe56538eecdae225b8a15a2e4c1fb55954090a7e.zip
hdf5-fe56538eecdae225b8a15a2e4c1fb55954090a7e.tar.gz
hdf5-fe56538eecdae225b8a15a2e4c1fb55954090a7e.tar.bz2
[svn-r4000] Purpose:
Cleaning Description: Removed the --enable-hdf5v1_2 configure option. It was intended to help users migrate from 1.2 to 1.4.0. Notice that the code are still in. Will clean them out when it is confirmed there is no big cry for it. Platforms tested: eirene with mpich.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/configure.in b/configure.in
index 9b74ee1..923d937 100644
--- a/configure.in
+++ b/configure.in
@@ -920,22 +920,6 @@ if test "X$THREADSAFE" = "Xyes"; then
fi
dnl ----------------------------------------------------------------------
-dnl Check if they would like the HDF5 v1.2 compatibility functions
-dnl compiled in
-dnl
-AC_MSG_CHECKING(whether HDF5 v1.2 compatibility functions enabled)
-AC_ARG_ENABLE(hdf5v1_2,
- [ --enable-hdf5v1_2 Compile the HDF5 v1.2 compatibility interface [default=no]],
- HDF5_V1_2_COMPAT=$enableval)
-
-if test "X$HDF5_V1_2_COMPAT" = "Xyes"; then
- AC_MSG_RESULT(yes)
- AC_DEFINE(WANT_H5_V1_2_COMPAT)
-else
- AC_MSG_RESULT(no)
-fi
-
-dnl ----------------------------------------------------------------------
dnl Should the Stream Virtual File Driver be compiled in ?
dnl
AC_MSG_CHECKING(for Stream Virtual File Driver support)