summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAndrew Choi <akochoi@shaw.ca>2003-08-07 16:00:31 +0000
committerAndrew Choi <akochoi@shaw.ca>2003-08-07 16:00:31 +0000
commitfeaaaa99631e3d5e8740ff0cbc3f82ed5018fe3b (patch)
treeb7f46f50d31b932457a80f53cf06e66e5ba75b6b /configure.in
parent561305a7b517427b9a8cdd9ae55e7fe789543360 (diff)
downloademacs-feaaaa99631e3d5e8740ff0cbc3f82ed5018fe3b.tar.gz
* configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
option instead of -traditional-cpp for CPP.
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 abe9d262589..627956c84f6 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="cc -E -traditional-cpp"
+ CPP="gcc -E -no-cpp-precomp"
;;
## AMD x86-64 Linux-based GNU system