summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-01-29 14:15:48 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-01-29 14:15:48 (GMT)
commitaea0b5b46e8a017de05ce2bcc3983a38444f6b51 (patch)
tree78c433b2be0d0fc942a9ac1b1087029e18c1fbfb /configure
parentfec3d82085dfe7fc5b36ee00389c642d5ec36d72 (diff)
downloadhdf5-aea0b5b46e8a017de05ce2bcc3983a38444f6b51.zip
hdf5-aea0b5b46e8a017de05ce2bcc3983a38444f6b51.tar.gz
hdf5-aea0b5b46e8a017de05ce2bcc3983a38444f6b51.tar.bz2
[svn-r26071] Moved setting H5_DEFAULT_VFD from configure to src/H5private.h.
Fixes HDFFV-9081 Tested on: jam
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure41
1 files changed, 0 insertions, 41 deletions
diff --git a/configure b/configure
index 388b932..fec11c5 100755
--- a/configure
+++ b/configure
@@ -916,7 +916,6 @@ enable_clear_file_buffers
enable_using_memchecker
enable_parallel
with_mpe
-with_default_vfd
enable_direct_vfd
with_default_plugindir
enable_dconv_exception
@@ -1653,8 +1652,6 @@ Optional Packages:
--with-pthread=DIR Specify alternative path to Pthreads library when
thread-safe capability is built
--with-mpe=DIR Use MPE instrumentation [default=no]
- --with-default-vfd=driver
- Specify default file driver [default=sec2]
--with-default-plugindir=location
Specify default location for plugins
[default="/usr/local/hdf5/lib/plugin"]
@@ -28549,44 +28546,6 @@ $as_echo "#define HAVE_MPE 1" >>confdefs.h
fi
fi
-## --------------------------------------------------------------------------
-## Should the Default Virtual File Driver be compiled?
-##
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Default Virtual File Driver definition" >&5
-$as_echo_n "checking for Default Virtual File Driver definition... " >&6; }
-
-# Check whether --with-default-vfd was given.
-if test "${with_default_vfd+set}" = set; then :
- withval=$with_default_vfd;
-else
- withval=sec2
-fi
-
-
-if test "X$withval" = "Xsec2"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
- default_vfd=yes
- vfd_define=H5FD_SEC2
-elif test "X$withval" = "Xstdio"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
- default_vfd=yes
- vfd_define=H5FD_STDIO
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
- default_vfd=no
-fi
-
-if test "X$default_vfd" = "Xyes"; then
-
-cat >>confdefs.h <<_ACEOF
-#define DEFAULT_VFD $vfd_define
-_ACEOF
-
-fi
## ----------------------------------------------------------------------
## Check if Direct I/O driver is enabled by --enable-direct-vfd