summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-09-05 22:56:59 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-09-05 22:56:59 (GMT)
commitb106502c57ba63a89a05f08444610d01ffefe22f (patch)
tree65a07e07d7d9dfbece7e4fc5a17d8090351046b6 /configure.ac
parent971149543722caf93ec9108dcbc4c78590ab0e3e (diff)
downloadhdf5-b106502c57ba63a89a05f08444610d01ffefe22f.zip
hdf5-b106502c57ba63a89a05f08444610d01ffefe22f.tar.gz
hdf5-b106502c57ba63a89a05f08444610d01ffefe22f.tar.bz2
[svn-r27683] Restored the _POSIX_C_SOURCE flag that had been commented out
and modified the fortran/test/ Makefile.am to remove the build error with Intel Fortran. Tested on: h5committest
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 73d69d4..b12b5b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1060,7 +1060,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
-##SCOT H5_CPPFLAGS="-D_POSIX_C_SOURCE=200112L $H5_CPPFLAGS"
+ 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.