# HG changeset patch # User Andreas Schwab # Date 1070239010 0 # Node ID bebf0e828f3ec6e16593eb179d58e94bef71c0a0 # Parent 56caacf7856ddcce69400cab5fc658fcc15db11d (powerpc-apple-darwin*): Use ${CC} instead of hardcoding gcc. diff -r 56caacf7856d -r bebf0e828f3e configure.in --- a/configure.in Sun Nov 30 22:39:46 2003 +0000 +++ b/configure.in Mon Dec 01 00:36:50 2003 +0000 @@ -1134,7 +1134,7 @@ 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