diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-02-22 10:44:41 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-02-22 10:44:41 (GMT) |
commit | bfc039550751118a400351bad921b63d4bbd274f (patch) | |
tree | 7b8252fab5e33e6971ad5bf3373a0b713ce26700 /src/H5config.h.in | |
parent | f634105bdb7c494a5ab39291d64c00676c11b476 (diff) | |
download | hdf5-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 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index eb18a5e..0c09fe6 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -20,9 +20,6 @@ /* Define the default plugins path to compile */ #undef DEFAULT_PLUGINDIR -/* Define the default virtual file driver to compile */ -#undef DEFAULT_VFD - /* Define if `dev_t' is a scalar */ #undef DEV_T_IS_SCALAR |