diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-09-05 13:51:10 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-09-05 13:51:10 (GMT) |
commit | 210b5d8441de4a3754e609b0872ae860cda6a78a (patch) | |
tree | 98eb2d4b803d815455cf4d3d01cacf7cf5e39277 | |
parent | 4906383c0f4f7e9fba5b085e6902a864b352c5e4 (diff) | |
download | hdf5-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
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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. diff --git a/configure.ac b/configure.ac index 811cb44..32afb44 100644 --- a/configure.ac +++ b/configure.ac @@ -1087,7 +1087,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. |