diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-01-13 16:10:19 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-01-13 16:10:19 (GMT) |
commit | 1617502f5e643e38479f8ad106b0a92d36cc8695 (patch) | |
tree | f4eeeea748a1640c2a72c20a617d80b3dfd82563 | |
parent | 0115366eee8364b2f433725026553ebc58678937 (diff) | |
download | hdf5-1617502f5e643e38479f8ad106b0a92d36cc8695.zip hdf5-1617502f5e643e38479f8ad106b0a92d36cc8695.tar.gz hdf5-1617502f5e643e38479f8ad106b0a92d36cc8695.tar.bz2 |
[svn-r28878] Removed some duplicated comment lines from 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 9c1d5b0..b1c26a2 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], |