diff options
-rwxr-xr-x | configure | 5 | ||||
-rw-r--r-- | configure.in | 3 |
2 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in 21588 2011-10-17 00:22:26Z hdftest . +# From configure.in Id: configure.in 21638 2011-10-21 15:55:40Z mamcgree . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.68 for HDF5 1.8.9-snap0. # @@ -22691,8 +22691,7 @@ case "$host_cpu-$host_vendor-$host_os" in H5_CPPFLAGS="-D_POSIX_C_SOURCE=199506L $H5_CPPFLAGS" - AM_CPPFLAGS="-D_BSD_SOURCE $AM_CPPFLAGS" - AM_LDFLAGS="-lbsd-compat $AM_LDFLAGS" + AM_CPPFLAGS="-D_BSD_SOURCE $AM_CPPFLAGS" ;; esac diff --git a/configure.in b/configure.in index b1f4162..2478739 100644 --- a/configure.in +++ b/configure.in @@ -1494,8 +1494,9 @@ case "$host_cpu-$host_vendor-$host_os" in dnl correctly in <stdio.h> dnl Linking to the bsd-compat library is required as per the gcc manual: dnl http://www.gnu.org/s/libc/manual/html_node/Feature-Test-Macros.html + dnl though we don't do this due to the big test failing on older CentOS + dnl systems when compiled with gcc 4.6.2. AM_CPPFLAGS="-D_BSD_SOURCE $AM_CPPFLAGS" - AM_LDFLAGS="-lbsd-compat $AM_LDFLAGS" ;; esac |