From cc463ba28fdd11eaea2dc9a62b89ca80ac38ac12 Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 9 Jul 2004 21:13:35 +0000 Subject: [PATCH] [project @ 2004-07-09 21:13:35 by sof] back out rev 1.61; to hardwire path to gcc, use --with-gcc= --- configure.ac | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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) -- 1.7.10.4