From: sof Date: Fri, 9 Jul 2004 21:13:35 +0000 (+0000) Subject: [project @ 2004-07-09 21:13:35 by sof] X-Git-Tag: Initial_conversion_from_CVS_complete~1784 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=cc463ba28fdd11eaea2dc9a62b89ca80ac38ac12 [project @ 2004-07-09 21:13:35 by sof] back out rev 1.61; to hardwire path to gcc, use --with-gcc= --- diff --git a/configure.ac b/configure.ac index ecefbe2..92757e4 100644 --- a/configure.ac +++ b/configure.ac @@ -613,12 +613,7 @@ AC_ARG_WITH(gcc, fi fi; CC="$withval"], -[if test "x$HostPlatform" = "xi386-unknown-mingw32" - then - WhatGccIsCalled=`which gcc` - else - WhatGccIsCalled="gcc" - fi;] +[WhatGccIsCalled="gcc"] ) AC_SUBST(WhatGccIsCalled)