summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
-rw-r--r--configure.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 04a3ee9..2497975 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Id: configure.in 17655 2009-10-15 21:53:23Z mamcgree .
+# From configure.in Id: configure.in 17664 2009-10-16 20:21:12Z mamcgree .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.64 for HDF5 1.8.3-snap13.
#
@@ -21172,7 +21172,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"
;;
diff --git a/configure.in b/configure.in
index 2ecc3d6..40bf03f 100644
--- a/configure.in
+++ b/configure.in
@@ -1284,7 +1284,7 @@ case "$host_cpu-$host_vendor-$host_os" in
dnl Add POSIX support on Linux systems, so <features.h> defines
dnl __USE_POSIX, which is required to get the prototype for fdopen
dnl defined correctly in <stdio.h>
- AM_CPPFLAGS="-D_POSIX_SOURCE $AM_CPPFLAGS"
+ H5_CPPFLAGS="-D_POSIX_SOURCE $H5_CPPFLAGS"
dnl Also add BSD support on Linux systems, so <features.h> defines
dnl __USE_BSD, which is required to get the prototype for strdup