Mercurial > emacs
changeset 53209:bebf0e828f3e
(powerpc-apple-darwin*): Use ${CC} instead of
hardcoding gcc.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Mon, 01 Dec 2003 00:36:50 +0000 |
parents | 56caacf7856d |
children | 097ee7bb2932 |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Sun Nov 30 22:39:46 2003 +0000 +++ b/configure.in Mon Dec 01 00:36:50 2003 +0000 @@ -1134,7 +1134,7 @@ 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