summaryrefslogtreecommitdiff
path: root/hints/aix.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/aix.sh')
-rw-r--r--hints/aix.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/hints/aix.sh b/hints/aix.sh
index 569a292870..076eed5769 100644
--- a/hints/aix.sh
+++ b/hints/aix.sh
@@ -78,8 +78,7 @@ lddlflags='-H512 -T512 -bhalt:4 -bM:SRE -bI:$(PERL_INC)/perl.exp -bE:$(BASEEXT).
esac
if [ "X$usethreads" != "X" ]; then
- ccflags="-DUSE_THREADS -DNEED_PTHREAD_INIT $ccflags"
- cppflags="-DUSE_THREADS -DNEED_PTHREAD_INIT $cppflags"
+ ccflags="-DNEED_PTHREAD_INIT $ccflags"
case "$cc" in
xlc_r | cc_r)
;;