1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
This commit is contained in:
Andreas Schwab 2003-12-01 00:37:56 +00:00
parent 4cb7603b9d
commit 55e4f3cdde
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2003-12-01 Andreas Schwab <schwab@suse.de>
* configure.in (powerpc-apple-darwin*): Use ${CC} instead of
hardcoding gcc.
* configure: Rebuild.
2003-11-16 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle

2
configure vendored
View File

@ -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