diff --git a/ChangeLog b/ChangeLog index d2d1d0e32ab..aa58992d758 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-12-01 Andreas Schwab + + * configure.in (powerpc-apple-darwin*): Use ${CC} instead of + hardcoding gcc. + * configure: Rebuild. + 2003-11-16 Jan Dj,Ad(Brv * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle diff --git a/configure b/configure index 00cfe9c55f3..1734008516b 100755 --- a/configure +++ b/configure @@ -2576,7 +2576,7 @@ _ACEOF 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