summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-09-05 13:51:10 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-09-05 13:51:10 (GMT)
commit210b5d8441de4a3754e609b0872ae860cda6a78a (patch)
tree98eb2d4b803d815455cf4d3d01cacf7cf5e39277 /configure
parent4906383c0f4f7e9fba5b085e6902a864b352c5e4 (diff)
downloadhdf5-210b5d8441de4a3754e609b0872ae860cda6a78a.zip
hdf5-210b5d8441de4a3754e609b0872ae860cda6a78a.tar.gz
hdf5-210b5d8441de4a3754e609b0872ae860cda6a78a.tar.bz2
[svn-r27682] Restored commented-out _POSIX_C_SOURCE line in configure.ac.
Tested on: h5committest
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 5139e01..723d2f5 100755
--- a/configure
+++ b/configure
@@ -23673,7 +23673,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.