diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2011-11-06 21:19:14 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2011-11-06 21:19:14 (GMT) |
commit | 9ca088e42391856f371d072d755309e7d3a14fb0 (patch) | |
tree | c5ee0a8f24cfc618d9cd8991099397f3259598ef /configure | |
parent | 92e5075da873b21f3a8b1d85ae04a300ddd56901 (diff) | |
download | hdf5-9ca088e42391856f371d072d755309e7d3a14fb0.zip hdf5-9ca088e42391856f371d072d755309e7d3a14fb0.tar.gz hdf5-9ca088e42391856f371d072d755309e7d3a14fb0.tar.bz2 |
[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.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 2 insertions, 3 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 |