[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)
This commit is contained in:
Dana Robinson
2015-02-26 08:42:05 -05:00
parent bb1960af1c
commit e0fa2a2e0e
6 changed files with 17 additions and 75 deletions

View File

@@ -103,6 +103,17 @@ New Features
(DER - 2015-02-26, HDFFV-9147)
- Removal of --with-default-vfd configure option
In theory, this option was intended to allow setting a default
VFD that would be used by the library. In practice, the feature
only accepted the POSIX (SEC2) VFD (already the default) and
the stdio VFD (a demo VFD not intended for production use). The
inability to pass key VFD parameters at configure time limits the
full implementation of this feature, so it was retired.
(DER - 2015-02-26, HDFFV-9081)
Library
-------
- None