# HG changeset patch # User Andreas Schwab # Date 1070239510 0 # Node ID 44695480219026b0f380dce084dcec62a7463fbd # Parent d235b5993ea44bf345c03cbf3ee660363d0e653b (powerpc-apple-darwin*): Use ${CC-cc} instead of hardcoding gcc. diff -r d235b5993ea4 -r 446954802190 configure.in --- a/configure.in Mon Dec 01 00:37:56 2003 +0000 +++ b/configure.in Mon Dec 01 00:45:10 2003 +0000 @@ -1134,7 +1134,7 @@ 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