summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2007-06-08 13:12:13 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2007-06-08 13:12:13 (GMT)
commit9d5336acb29922fd8f6420f9e7aeea1ccae0df04 (patch)
tree03a88fc38954d5b12f1b2c1579a4e07c41b611a6 /configure.in
parent6b0090dc203dcb9be07a374d334924d05e8301e2 (diff)
downloadhdf5-9d5336acb29922fd8f6420f9e7aeea1ccae0df04.zip
hdf5-9d5336acb29922fd8f6420f9e7aeea1ccae0df04.tar.gz
hdf5-9d5336acb29922fd8f6420f9e7aeea1ccae0df04.tar.bz2
[svn-r13846] Purpose: To remove changes from version #13839 (regarding DEFAULT_VFD).
Description: Changes made during this checkin need to be greatly modified, so I'm removing them now rather than leaving them in and fixing them later.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/configure.in b/configure.in
index 08ff399..994e739 100644
--- a/configure.in
+++ b/configure.in
@@ -2658,26 +2658,6 @@ if test 1 = 2; then
[Define if shared writing must be disabled (CodeWarrior only)])
fi
-dnl ----------------------------------------------------------------------
-dnl Check if user has provided a custom Virtual File Driver list
-dnl
-
-AC_MSG_CHECKING([for Default Virtual File Driver])
-
-AC_ARG_WITH([default-vfd],
- [AC_HELP_STRING([--with-default-vfd=drivername],
- [Define a default virtual file driver
- [default=]])],,
- withval=)
-
-AC_SUBST(DEFAULT_VFD_NAME) DEFAULT_VFD_NAME=${withval}
-
-if test -z ${withval}; then
- AC_MSG_RESULT([no])
-else
- AC_MSG_RESULT([yes])
-fi
-
dnl -----------------------------------------------------------------------------
dnl Should the Stream Virtual File Driver be compiled in ?
dnl