diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-02-27 03:01:50 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-02-27 03:01:50 (GMT) |
commit | 9fbf809faed6a20be38506020a293cff745f3cc2 (patch) | |
tree | 01c791e90ff182b9c3d98e193fa81ecb703176af /src/H5config.h.in | |
parent | 5ea3517cba2acc87318179858bf03d8f6bfa3d8f (diff) | |
download | hdf5-9fbf809faed6a20be38506020a293cff745f3cc2.zip hdf5-9fbf809faed6a20be38506020a293cff745f3cc2.tar.gz hdf5-9fbf809faed6a20be38506020a293cff745f3cc2.tar.bz2 |
[svn-r26326] Merge of r26275 from the trunk
- Updated configure.ac so that the direct VFD can now be built
without specifying _GNU_SOURCE, etc. on the command line.
- The direct VFD is now disabled by default. It was previously
enabled, but the configuration script couldn't configure it
properly, making it a moot point.
Fixes: HDFFV-9057, HDFFV-7567, HDFFV-9088, HDFFV-7566
Tested on jam (configure/make in various configurations only)
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index 0c09fe6..6b6ffdd 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -87,7 +87,7 @@ /* Define to 1 if you have the `difftime' function. */ #undef HAVE_DIFFTIME -/* Define if the direct I/O virtual file driver should be compiled */ +/* Define if the direct I/O virtual file driver (VFD) should be compiled */ #undef HAVE_DIRECT /* Define to 1 if you have the <dirent.h> header file. */ |