From: Jarkko Hietaniemi Date: Sat, 30 Jun 2001 13:08:25 +0000 (+0000) Subject: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9c55cb5993369dcce3cc192d35605d25b4a3b8df;p=p5sagit%2Fp5-mst-13.2.git In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0) the Configure library symbol probe mysteriously finds all symbols but those of pipe() and times(). p4raw-id: //depot/perl@11042 --- diff --git a/hints/aix.sh b/hints/aix.sh index 1c2d7a2..b637391 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -351,6 +351,11 @@ EOM exit 1 ;; esac + # XXX In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0) + # the Configure library symbol probe mysteriously finds all + # symbols but these two --jhi XXX + d_pipe='define' + d_times='define' ;; esac EOCBU