summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index fc255b2..23db505 100755
--- a/configure
+++ b/configure
@@ -67,7 +67,7 @@ case "$target" in
variant="macosx"
system="macosx"
cc="gcc -arch ppc"
- cprepro="gcc -arch ppc -U__GNUC__ -E"
+ cprepro="gcc -arch ppc -U__GNUC__ -U__BLOCKS__ -E"
casm="gcc -arch ppc -c"
clinker="gcc -arch ppc"
libmath="";;