aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rwxr-xr-xconfigure2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index aa58992d758..7f5fe003a1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
12003-12-01 Andreas Schwab <schwab@suse.de> 12003-12-01 Andreas Schwab <schwab@suse.de>
2 2
3 * configure.in (powerpc-apple-darwin*): Use ${CC} instead of 3 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
4 hardcoding gcc. 4 hardcoding gcc.
5 * configure: Rebuild. 5 * configure: Rebuild.
6 6
diff --git a/configure b/configure
index 1734008516b..4f0a3dca61f 100755
--- a/configure
+++ b/configure
@@ -2576,7 +2576,7 @@ _ACEOF
2576 powerpc-apple-darwin* ) 2576 powerpc-apple-darwin* )
2577 machine=powermac opsys=darwin 2577 machine=powermac opsys=darwin
2578 # Define CPP as follows to make autoconf work correctly. 2578 # Define CPP as follows to make autoconf work correctly.
2579 CPP="${CC} -E -no-cpp-precomp" 2579 CPP="${CC-cc} -E -no-cpp-precomp"
2580 ;; 2580 ;;
2581 2581
2582 ## AMD x86-64 Linux-based GNU system 2582 ## AMD x86-64 Linux-based GNU system