summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-02-22 10:44:41 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-02-22 10:44:41 (GMT)
commitbfc039550751118a400351bad921b63d4bbd274f (patch)
tree7b8252fab5e33e6971ad5bf3373a0b713ce26700 /config
parentf634105bdb7c494a5ab39291d64c00676c11b476 (diff)
downloadhdf5-bfc039550751118a400351bad921b63d4bbd274f.zip
hdf5-bfc039550751118a400351bad921b63d4bbd274f.tar.gz
hdf5-bfc039550751118a400351bad921b63d4bbd274f.tar.bz2
[svn-r26272] 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: h5committest NOTE: platypus cmake fails, but this is not a new error.
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 05058d2..310fff2 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -57,9 +57,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@