From 934039f8eff7af72c0849abeb52298c040ea43cf Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 16 May 2003 00:01:41 +0000 Subject: [PATCH] (--with-cc-for-build): Remove this option, CC_FOR_BUILD variable is more or less standard, and is adequate for the task. --- configure.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.in b/configure.in index 9bdbaadef..ad1bfa8d6 100644 --- a/configure.in +++ b/configure.in @@ -924,9 +924,6 @@ if test "$cross_compiling" = "yes"; then else CC_FOR_BUILD="${CC_FOR_BUILD-$CC}" fi -AC_ARG_WITH(cc-for-build, - [ --with-cc-for-build=CC native C compiler, to be used during build]) -test -n "$with_cc_for_build" && CC_FOR_BUILD="$with_cc_for_build" ## AC_MSG_CHECKING("if we are cross compiling") ## AC_MSG_RESULT($cross_compiling)