From 2122fbb53312ecefb8aaa281765cdb7bcecb945a Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 15 Feb 2000 14:19:22 +0000 Subject: 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 --- hints/aix.sh | 8 -------- 1 file changed, 8 deletions(-) (limited to 'hints/aix.sh') 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 <