summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-02-26 13:42:05 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-02-26 13:42:05 (GMT)
commite0fa2a2e0e9f6e74ce7885b72d9ac54d73842d4e (patch)
tree6ef42e2d76b5ef887e29dbbd0e63363a936009e5 /config
parentbb1960af1c49d8447685d589b434b584e2b40bfc (diff)
downloadhdf5-e0fa2a2e0e9f6e74ce7885b72d9ac54d73842d4e.zip
hdf5-e0fa2a2e0e9f6e74ce7885b72d9ac54d73842d4e.tar.gz
hdf5-e0fa2a2e0e9f6e74ce7885b72d9ac54d73842d4e.tar.bz2
[svn-r26310] Merge of r26071 from features/autotools_rework
Removes the --with-default-vfd option from configure. This was basically useless and only allowed selecting the stdio VFD. Since this is a demo VFD and not really a production VFD, we decided to retire this option. Fixes: HDFFV-9081 Tested on: jam (minor change)
Diffstat (limited to 'config')
-rw-r--r--config/cmake/H5pubconf.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in
index ef78950..e82755d 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -53,9 +53,6 @@
/* Define the default plugins path to compile */
#cmakedefine H5_DEFAULT_PLUGINDIR "@H5_DEFAULT_PLUGINDIR@"
-/* Define the default virtual file driver to compile */
-#cmakedefine H5_DEFAULT_VFD @H5_DEFAULT_VFD@
-
/* Define if `dev_t' is a scalar */
#cmakedefine H5_DEV_T_IS_SCALAR @H5_DEV_T_IS_SCALAR@