From 541c9228bed14524837a5840a6f05ed6f7e7dff8 Mon Sep 17 00:00:00 2001 From: Automatic source maintenance Date: Fri, 2 Oct 2009 20:25:22 -0600 Subject: [PATCH] Bootstrapped --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2