cc_r can be in different places (/usr/ibmcxx/bin or /usr/bin),
Jarkko Hietaniemi [Tue, 15 Feb 2000 14:19:22 +0000 (14:19 +0000)]
easier just to drop the paranoid test.

p4raw-id: //depot/cfgperl@5095

hints/aix.sh

index aade058..d78494b 100644 (file)
@@ -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