From 55e4f3cdde6842f322f29d61207aa5a8ccf306d0 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 1 Dec 2003 00:37:56 +0000 Subject: [PATCH] Rebuild. --- ChangeLog | 6 ++++++ configure | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d2d1d0e32ab..aa58992d758 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-12-01 Andreas Schwab + + * configure.in (powerpc-apple-darwin*): Use ${CC} instead of + hardcoding gcc. + * configure: Rebuild. + 2003-11-16 Jan Dj,Ad(Brv * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle 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 -- 2.39.2