diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-02-22 15:09:26 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-02-22 15:09:26 (GMT) |
commit | 7c134068147c8313fb4303b4d6608a665880e22e (patch) | |
tree | ad6a90068ef045cc03f6dcec19f1c80078982e20 /src/H5config.h.in | |
parent | bfc039550751118a400351bad921b63d4bbd274f (diff) | |
download | hdf5-7c134068147c8313fb4303b4d6608a665880e22e.zip hdf5-7c134068147c8313fb4303b4d6608a665880e22e.tar.gz hdf5-7c134068147c8313fb4303b4d6608a665880e22e.tar.bz2 |
[svn-r26275] Merge of r26042, 26083, 26084, 26085 from features/autotools_rework
- 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: h5committest
jam w/ direct VFD (*very* slow!)
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 | 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. */ |