From: sof Date: Thu, 4 Sep 1997 13:04:52 +0000 (+0000) Subject: [project @ 1997-09-04 13:04:52 by sof] X-Git-Tag: Approximately_1000_patches_recorded~34 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=3ba59be5c643b4b67016d8a4d9f522cd4decd52f [project @ 1997-09-04 13:04:52 by sof] Drop egcs support for gcc test --- diff --git a/aclocal.m4 b/aclocal.m4 index 3574a31..b1d177a 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -240,7 +240,7 @@ AC_DEFUN(AC_HAVE_GCC, ac_cv_have_gcc='no' else changequote(, )dnl - cmd_string="`$CC -v 2>&1 | grep 'version ' | sed -e 's/.*version \(egcs-\)*\([0-9][0-9]*\)\.\([0-9][0-9]*\).*/expr 20 \\\< \2 \\\* 10 + \3/g' `" + cmd_string="`$CC -v 2>&1 | grep 'version ' | sed -e 's/.*version \([0-9][0-9]*\)\.\([0-9][0-9]*\).*/expr 20 \\\< \2 \\\* 10 + \3/g' `" changequote([, ])dnl if test `eval $cmd_string 2>/dev/null` != "1"; then echo ''