From: Rafael Garcia-Suarez Date: Tue, 24 Sep 2002 20:19:22 +0000 (+0000) Subject: Patch #17914 was empty ; this should have been applied instead. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=abeab9d3f076e8a1b217f5132e9d6271075a909a;p=p5sagit%2Fp5-mst-13.2.git Patch #17914 was empty ; this should have been applied instead. p4raw-id: //depot/perl@17915 --- diff --git a/hints/aix.sh b/hints/aix.sh index 427412e..cfaf8f4 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -560,6 +560,15 @@ EOF shift libswanted="$*" installusrbinperl="$undef" + + # V5R1 doesn't have this (V5R2 does), without knowing + # which one we have it's safer to be pessimistic. + # Cwd will work fine even without fchdir(), but if + # V5R1 tries to use code compiled assuming fchdir(), + # lots of grief will issue forth from Cwd. + case "$d_fchdir" in + '') d_fchdir="$undef" ;; + esac ;; esac