diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-16 00:10:25 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-16 00:10:25 +0000 |
commit | 95844e6ca149c986bbccd3b8c20759baaf024a41 (patch) | |
tree | 5cafd2a5be84ecfc2b535566c926672b833e8bc2 /hints/aix.sh | |
parent | bf6c18a67788ecf9349406ba580392adaec98958 (diff) | |
parent | d4935d7f25ace6b599fe75f422b41624ca6bf4a6 (diff) | |
download | perl-95844e6ca149c986bbccd3b8c20759baaf024a41.tar.gz |
integrate cfgperl changes into mainline
p4raw-id: //depot/perl@5116
Diffstat (limited to 'hints/aix.sh')
-rw-r--r-- | hints/aix.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/hints/aix.sh b/hints/aix.sh index c7020c8d66..d78494b2ee 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -139,13 +139,6 @@ $define|true|[yY]*) # (e.g. pragma/overload core dumps) Let's suspect xlC_r, too. # --jhi@iki.fi cc=cc_r - if test ! -e /bin/cc_r; then - cat >&4 <<EOM -For pthreads you should use the AIX C compiler cc_r. -But I cannot find it as /bin/cc_r. -Cannot continue, aborting. -EOM - fi ;; '') cc=cc_r |