]> git.eshelyaron.com Git - emacs.git/commitdiff
(powerpc-apple-darwin*): Use ${CC-cc} instead of
authorAndreas Schwab <schwab@suse.de>
Mon, 1 Dec 2003 00:45:10 +0000 (00:45 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 1 Dec 2003 00:45:10 +0000 (00:45 +0000)
hardcoding gcc.

configure.in

index dc3a8353d0ca84c7c38b167566faf67382f2d37e..34f7836e0da846920e23a9a1ee8c15ddecb5cc38 100644 (file)
@@ -1134,7 +1134,7 @@ dnl see the `changequote' comment above.
   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