From 276653a6f5731942db7bd9b4f1220781aa24301e Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 5 Dec 2009 04:19:31 +0000 Subject: * configure.in: default ac_cv_prog_CC to CC. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 0c6f2fcde9..f0f8c0a120 100644 --- a/configure.in +++ b/configure.in @@ -112,6 +112,7 @@ then AC_MSG_ERROR(cached CC is different -- throw away $cache_file (it is also a good idea to do 'make clean' before compiling)) fi +test -z "$CC" || ac_cv_prog_CC="$CC" if test "$program_prefix" = NONE; then program_prefix= -- cgit v1.2.3