From cac06ed0a4b63bab62ba7629584db602222131f2 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 25 Nov 2013 11:26:51 +0000 Subject: [PATCH] Remove obsolete setting of $CC_FOR_BUILD --- configure.ac | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/configure.ac b/configure.ac index 7028e5f9f4..57c294d9eb 100644 --- a/configure.ac +++ b/configure.ac @@ -59,16 +59,6 @@ CXXFLAGS=${CXXFLAGS:--g -O3 -Wall} AC_PROG_CC AC_PROG_CXX -# To build programs to be run in the build machine. -if test "$CC_FOR_BUILD" = ""; then - if test "$cross_compiling" = "yes"; then - AC_CHECK_PROGS(CC_FOR_BUILD, gcc cc) - else - CC_FOR_BUILD="$CC" - fi -fi -AC_SUBST([CC_FOR_BUILD]) - # Use 64-bit file system calls so that we can support files > 2 GiB. AC_SYS_LARGEFILE