summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2003-12-01 00:36:50 +0000
committerAndreas Schwab <schwab@suse.de>2003-12-01 00:36:50 +0000
commit4cb7603b9d755f7b6fc9e44441858c1994c846a0 (patch)
tree55886f780f5202b781bf46ef6ff0cf1ca8a598c9 /configure.in
parent5074ca955ca654e173cfa5f321e4e67010e53f82 (diff)
(powerpc-apple-darwin*): Use ${CC} instead of
hardcoding gcc.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8a4dd5b6e8..dc3a8353d0 100644
--- a/configure.in
+++ b/configure.in
@@ -1134,7 +1134,7 @@ dnl see the `changequote' comment above.
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