From: hno <> Date: Sun, 28 Sep 2003 06:13:54 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE4~1195 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=73cd27c816a8727c3e0204baa32f6c17f62f4296;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/aclocal.m4 b/aclocal.m4 index 9b07d60063..42bce54e90 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -84,7 +84,7 @@ ${CXX} -Werror -fhuge-objects -c conftest.cc 2>/dev/null res=$? rm -f conftest.* echo yes -exit $res` 2> /dev/null +exit $res` if [[ $? -ne 0 ]] then ac_cv_test_checkforhugeobjects=no else if [[ -z "$ac_cv_test_checkforhugeobjects" ]] diff --git a/configure b/configure index d9a05e3999..da82e1683f 100755 --- a/configure +++ b/configure @@ -4389,7 +4389,7 @@ ${CXX} -Werror -fhuge-objects -c conftest.cc 2>/dev/null res=$? rm -f conftest.* echo yes -exit $res` 2> /dev/null +exit $res` if [ $? -ne 0 ] then ac_cv_test_checkforhugeobjects=no else if [ -z "$ac_cv_test_checkforhugeobjects" ] diff --git a/lib/libTrie/aclocal.m4 b/lib/libTrie/aclocal.m4 index dab1828914..8754219f7d 100644 --- a/lib/libTrie/aclocal.m4 +++ b/lib/libTrie/aclocal.m4 @@ -26,7 +26,7 @@ ${CXX} -Werror -fhuge-objects -c conftest.cc 2>/dev/null res=$? rm -f conftest.* echo yes -exit $res` 2> /dev/null +exit $res` if [[ $? -ne 0 ]] then ac_cv_test_checkforhugeobjects=no else if [[ -z "$ac_cv_test_checkforhugeobjects" ]] diff --git a/lib/libTrie/configure b/lib/libTrie/configure index ebd7cb8db6..b356d3c0fc 100755 --- a/lib/libTrie/configure +++ b/lib/libTrie/configure @@ -3282,7 +3282,7 @@ ${CXX} -Werror -fhuge-objects -c conftest.cc 2>/dev/null res=$? rm -f conftest.* echo yes -exit $res` 2> /dev/null +exit $res` if [ $? -ne 0 ] then ac_cv_test_checkforhugeobjects=no else if [ -z "$ac_cv_test_checkforhugeobjects" ]