This commit is contained in:
Andreas Schwab 2003-12-01 00:45:50 +00:00
parent be5a5b39da
commit 2a75d75d3f
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
2003-12-01 Andreas Schwab <schwab@suse.de>
* configure.in (powerpc-apple-darwin*): Use ${CC} instead of
* configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
hardcoding gcc.
* configure: Rebuild.

2
configure vendored
View file

@ -2576,7 +2576,7 @@ _ACEOF
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