]> code.delx.au - gnu-emacs/commitdiff
(powerpc-apple-darwin*): Use ${CC} instead of
authorAndreas Schwab <schwab@suse.de>
Mon, 1 Dec 2003 00:36:50 +0000 (00:36 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 1 Dec 2003 00:36:50 +0000 (00:36 +0000)
hardcoding gcc.

configure.in

index 8a4dd5b6e86bfc5504f0ec827986de2197fb49b8..dc3a8353d0ca84c7c38b167566faf67382f2d37e 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="gcc -E -no-cpp-precomp"
+    CPP="${CC} -E -no-cpp-precomp"
   ;;
 
   ## AMD x86-64 Linux-based GNU system