diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-15 14:19:22 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-15 14:19:22 +0000 |
commit | 2122fbb53312ecefb8aaa281765cdb7bcecb945a (patch) | |
tree | 6fb724287eb7dfda9903aaf32151388e51a40cf0 /hints/aix.sh | |
parent | 71978f00f3194daa9ba6ff0fa01f4fc3b62ff703 (diff) | |
download | perl-2122fbb53312ecefb8aaa281765cdb7bcecb945a.tar.gz |
cc_r can be in different places (/usr/ibmcxx/bin or /usr/bin),
easier just to drop the paranoid test.
p4raw-id: //depot/cfgperl@5095
Diffstat (limited to 'hints/aix.sh')
-rw-r--r-- | hints/aix.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/hints/aix.sh b/hints/aix.sh index aade058237..d78494b2ee 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -139,14 +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 - exit 1 - fi ;; '') cc=cc_r |