From 930da9109ca8d03f1fc5515f06d6506368f0c04e Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 8 Mar 2001 21:04:21 +0000 Subject: [PATCH] change egcs to kgcc for the broken distro --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index d32945f5d..7e4569c1c 100644 --- a/configure.in +++ b/configure.in @@ -72,11 +72,11 @@ if test "$1" = gcc; then args="$*" AC_MSG_CHECKING(for fubared gcc) if test $(gcc --version) = 2.96; then - AC_MSG_RESULT(yes. You poor sod, hope you have egcs) - CC="egcs $args" + AC_MSG_RESULT(yes. You poor sod, hope you have kgcc) + CC="kgcc $args" set $CPP shift - CPP="egcs $*" + CPP="kgcc $*" else AC_MSG_RESULT(no. good) fi