From: Andreas Schwab Date: Mon, 1 Dec 2003 00:37:56 +0000 (+0000) Subject: Rebuild. X-Git-Tag: ttn-vms-21-2-B4~8231 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=55e4f3cdde6842f322f29d61207aa5a8ccf306d0;p=emacs.git Rebuild. --- 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