From: Andreas Schwab Date: Mon, 1 Dec 2003 00:36:50 +0000 (+0000) Subject: (powerpc-apple-darwin*): Use ${CC} instead of X-Git-Tag: ttn-vms-21-2-B4~8232 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4cb7603b9d755f7b6fc9e44441858c1994c846a0;p=emacs.git (powerpc-apple-darwin*): Use ${CC} instead of hardcoding gcc. --- diff --git a/configure.in b/configure.in index 8a4dd5b6e86..dc3a8353d0c 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="gcc -E -no-cpp-precomp" + CPP="${CC} -E -no-cpp-precomp" ;; ## AMD x86-64 Linux-based GNU system