Mercurial > emacs
changeset 53212:446954802190
(powerpc-apple-darwin*): Use ${CC-cc} instead of
hardcoding gcc.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Mon, 01 Dec 2003 00:45:10 +0000 |
parents | d235b5993ea4 |
children | 63a0aa9b9e41 |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Mon Dec 01 00:37:56 2003 +0000 +++ b/configure.in Mon Dec 01 00:45:10 2003 +0000 @@ -1134,7 +1134,7 @@ 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