From: Andreas Schwab Date: Mon, 1 Dec 2003 00:45:10 +0000 (+0000) Subject: (powerpc-apple-darwin*): Use ${CC-cc} instead of X-Git-Tag: ttn-vms-21-2-B4~8230 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=be5a5b39da53dd58f645d8e4574a775206cc9751;p=emacs.git (powerpc-apple-darwin*): Use ${CC-cc} instead of hardcoding gcc. --- diff --git a/configure.in b/configure.in index dc3a8353d0c..34f7836e0da 100644 --- a/configure.in +++ b/configure.in @@ -1134,7 +1134,7 @@ dnl see the `changequote' comment above. powerpc-apple-darwin* ) machine=powermac opsys=darwin # Define CPP as follows to make autoconf work correctly. - CPP="${CC} -E -no-cpp-precomp" + CPP="${CC-cc} -E -no-cpp-precomp" ;; ## AMD x86-64 Linux-based GNU system