From: hno <> Date: Sat, 16 Jul 2005 06:10:39 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE4~699 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51818218368aec8c7706d1e382d3297bfdf4b2ef;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/configure b/configure index fc1c788496..67df683f00 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.378 . +# From configure.in Revision: 1.380 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59. # @@ -21625,6 +21625,22 @@ case "$host" in ;; esac +if test "$GCC" = "yes"; then + GCCVER=`$CC -v 2>&1 | awk '$2 == "version" {print $3}'` + GCCVER2=`echo $GCCVER | awk '{print $1 * 100}'` + case "$host" in + i386-*-freebsd*) + if test $GCCVER2 -lt 300 ; then + echo "ERROR: GCC $GCCVER causes a coredump on $host" + echo "ERROR: Try a more recent GCC version" + exit 1 + fi + ;; + esac + unset GCCVER + unset GCCVER2 +fi + if test -z "$PRESET_CFLAGS"; then if test "$GCC" = "yes"; then case "$host" in