From 9ca088e42391856f371d072d755309e7d3a14fb0 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Sun, 6 Nov 2011 16:19:14 -0500 Subject: [svn-r21723] Pushed trunk rev 21722 to the 1.8 branch. This reverts linking to the bsd-compat library on linux. Tested on jam, more extensive testing was performed on the trunk branch. --- configure | 5 ++--- configure.in | 3 ++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 476052a..e759650 100755 --- a/configure +++ b/configure @@ -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 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 -- cgit v0.12