From: Automatic source maintenance Date: Sat, 3 Oct 2009 02:25:22 +0000 (-0600) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_STABLE20~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=541c9228bed14524837a5840a6f05ed6f7e7dff8;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/configure b/configure index 5bf467b26a..9744c13901 100755 --- a/configure +++ b/configure @@ -21561,8 +21561,8 @@ $as_echo_n "checking whether compiler accepts -fhuge-objects... " >&6; } $as_echo_n "(cached) " >&6 else - ac_cv_test_checkforhugeobjects=`echo "int foo;" > conftest.cc -${CXX} -Werror -fhuge-objects -c conftest.cc 2>/dev/null + ac_cv_test_checkforhugeobjects=`echo "int main(int argc, char **argv) { int foo; }" > conftest.cc +${CXX} -Werror -fhuge-objects -o conftest.bin conftest.cc 2>/dev/null res=$? rm -f conftest.* echo yes