X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=configure.ac;h=92757e45ce56017fb8406cc6a64fd76ac075a5fe;hp=ecefbe2370a0a727fe6c92a559406e6a638349c5;hb=cc463ba28fdd11eaea2dc9a62b89ca80ac38ac12;hpb=91138c82f08e4af481aa988f3a7df5c9f845960c 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)