diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-04-20 21:28:05 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-04-20 21:28:05 (GMT) |
commit | aff66a3790e083fa13d05302a2191d6086268fc1 (patch) | |
tree | eb1074b16c80d359be225e7ffb68d3647f607406 /configure | |
parent | 5fd5aa58ca66c387551f1d79f0d49bbb76067109 (diff) | |
download | hdf5-aff66a3790e083fa13d05302a2191d6086268fc1.zip hdf5-aff66a3790e083fa13d05302a2191d6086268fc1.tar.gz hdf5-aff66a3790e083fa13d05302a2191d6086268fc1.tar.bz2 |
[svn-r26856] various intel compiler fixes
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22446,7 +22446,7 @@ case "$host_cpu-$host_vendor-$host_os" in ## ## POSIX feature information can be found in the gcc manual at: ## http://www.gnu.org/s/libc/manual/html_node/Feature-Test-Macros.html - H5_CPPFLAGS="-D_POSIX_C_SOURCE=200112L $H5_CPPFLAGS" +##SCOT H5_CPPFLAGS="-D_POSIX_C_SOURCE=200112L $H5_CPPFLAGS" ## Need to add this so that O_DIRECT is visible for the direct ## VFD on Linux systems. |