From 2a75d75d3fb2ed0da8031f0de912b1694ee1be1d Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 1 Dec 2003 00:45:50 +0000 Subject: [PATCH] Rebuild. --- ChangeLog | 2 +- configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index aa58992d758..7f5fe003a1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2003-12-01 Andreas Schwab - * configure.in (powerpc-apple-darwin*): Use ${CC} instead of + * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of hardcoding gcc. * configure: Rebuild. diff --git a/configure b/configure index 1734008516b..4f0a3dca61f 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="${CC} -E -no-cpp-precomp" + CPP="${CC-cc} -E -no-cpp-precomp" ;; ## AMD x86-64 Linux-based GNU system -- 2.39.2