summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2009-10-22 18:38:21 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2009-10-22 18:38:21 (GMT)
commit3916f4ef4d59da0d8939ec06dcd6dc5079c2cc70 (patch)
tree7a0bce963e9b8f3c1806fb59187e01381a0f98d8 /configure
parentdb13a048a8145968b629884cbc4a9b13ba8b93d7 (diff)
downloadhdf5-3916f4ef4d59da0d8939ec06dcd6dc5079c2cc70.zip
hdf5-3916f4ef4d59da0d8939ec06dcd6dc5079c2cc70.tar.gz
hdf5-3916f4ef4d59da0d8939ec06dcd6dc5079c2cc70.tar.bz2
[svn-r17724] Merge change from 1.8 branch to trunk that removes -D_POSIX_SOURCE from CPPFLAGS in h5cc.
Tested: amani, jam, linew (h5committest).
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index c4b8efd..1863310 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Id: configure.in 17670 2009-10-18 16:40:34Z lrknox .
+# From configure.in Id: configure.in 17675 2009-10-19 03:05:25Z mamcgree .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.64 for HDF5 1.9.50.
#
@@ -21187,7 +21187,7 @@ $as_echo "enabled" >&6; }
$as_echo "disabled" >&6; }
fi
- AM_CPPFLAGS="-D_POSIX_SOURCE $AM_CPPFLAGS"
+ H5_CPPFLAGS="-D_POSIX_SOURCE $H5_CPPFLAGS"
AM_CPPFLAGS="-D_BSD_SOURCE $AM_CPPFLAGS"
;;