diff options
author | Andreas Schwab <schwab@suse.de> | 2003-12-01 00:37:56 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2003-12-01 00:37:56 +0000 |
commit | 55e4f3cdde6842f322f29d61207aa5a8ccf306d0 (patch) | |
tree | 7aad4f624ed0d3c74285153b7733f29b24163918 /configure | |
parent | 4cb7603b9d755f7b6fc9e44441858c1994c846a0 (diff) | |
download | emacs-55e4f3cdde6842f322f29d61207aa5a8ccf306d0.tar.gz |
Rebuild.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 00cfe9c55f3..1734008516b 100755 --- 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="gcc -E -no-cpp-precomp" + CPP="${CC} -E -no-cpp-precomp" ;; ## AMD x86-64 Linux-based GNU system |