From: Jarkko Hietaniemi Date: Tue, 15 Feb 2000 14:19:22 +0000 (+0000) Subject: cc_r can be in different places (/usr/ibmcxx/bin or /usr/bin), X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2122fbb53312ecefb8aaa281765cdb7bcecb945a;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/hints/aix.sh b/hints/aix.sh index aade058..d78494b 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 <