]> git.eshelyaron.com Git - emacs.git/commitdiff
Rebuild.
authorAndreas Schwab <schwab@suse.de>
Mon, 1 Dec 2003 00:37:56 +0000 (00:37 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 1 Dec 2003 00:37:56 +0000 (00:37 +0000)
ChangeLog
configure

index d2d1d0e32ab8d0a44a0b2cd7671ccf4e202d348b..aa58992d758c460114d688f2d3027286f9c45c1c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-12-01  Andreas Schwab  <schwab@suse.de>
+
+       * configure.in (powerpc-apple-darwin*): Use ${CC} instead of
+       hardcoding gcc.
+       * configure: Rebuild.
+
 2003-11-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
index 00cfe9c55f3fe67697ea129900a4b1aed01b77eb..1734008516b637eb291a30ccbf4acdd893f6062b 100755 (executable)
--- 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