summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2015-04-20 21:28:05 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2015-04-20 21:28:05 (GMT)
commitaff66a3790e083fa13d05302a2191d6086268fc1 (patch)
treeeb1074b16c80d359be225e7ffb68d3647f607406 /configure.ac
parent5fd5aa58ca66c387551f1d79f0d49bbb76067109 (diff)
downloadhdf5-aff66a3790e083fa13d05302a2191d6086268fc1.zip
hdf5-aff66a3790e083fa13d05302a2191d6086268fc1.tar.gz
hdf5-aff66a3790e083fa13d05302a2191d6086268fc1.tar.bz2
[svn-r26856] various intel compiler fixes
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 77036d68..b78ac89 100644
--- a/configure.ac
+++ b/configure.ac
@@ -975,7 +975,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.