]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 3 Oct 2009 02:25:22 +0000 (20:25 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 3 Oct 2009 02:25:22 +0000 (20:25 -0600)
configure

index 5bf467b26a0222d34c69a4ab8566f4338263b300..9744c13901d039f3bf27ebd8535bf8356f136023 100755 (executable)
--- 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