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

index aa58992d758c460114d688f2d3027286f9c45c1c..7f5fe003a1f59693ff0d78e426a410c8de88a361 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
index 1734008516b637eb291a30ccbf4acdd893f6062b..4f0a3dca61f6d9360c035af334ed7c6772912103 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="${CC} -E -no-cpp-precomp"
+    CPP="${CC-cc} -E -no-cpp-precomp"
   ;;
 
   ## AMD x86-64 Linux-based GNU system