diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-01-13 16:12:23 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-01-13 16:12:23 (GMT) |
commit | 0af3b56b5f40cc0ed247b9592df98853c5866654 (patch) | |
tree | cf287d6b4e57ccc6056d046c4eda00b8617a8c5e | |
parent | d86867da6beba17dc1716d40b26c91facd14e206 (diff) | |
download | hdf5-0af3b56b5f40cc0ed247b9592df98853c5866654.zip hdf5-0af3b56b5f40cc0ed247b9592df98853c5866654.tar.gz hdf5-0af3b56b5f40cc0ed247b9592df98853c5866654.tar.bz2 |
[svn-r28879] Merge of r28878 from trunk (minor comment fix in configure.ac).
Tested on: N/A
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 28a479e..75e9d63 100644 --- a/configure.ac +++ b/configure.ac @@ -2284,9 +2284,6 @@ fi ## ---------------------------------------------------------------------- ## Check if Direct I/O driver is enabled by --enable-direct-vfd ## -## ---------------------------------------------------------------------- -## Check if Direct I/O driver is enabled by --enable-direct-vfd -## AC_CACHE_VAL([hdf5_cv_direct_io], AC_CHECK_DECL([O_DIRECT], [hdf5_cv_direct_io=yes], [hdf5_cv_direct_io=no], [[#include <fcntl.h>]])) AC_CACHE_VAL([hdf5_cv_posix_memalign], |