Change 17915 by rgs@rgs-home on 2002/09/24 20:19:22 Patch #17914 was empty ; this should have been applied instead.
Affected files ... .... //depot/perl/hints/aix.sh#84 edit Differences ... ==== //depot/perl/hints/aix.sh#84 (text) ==== Index: perl/hints/aix.sh --- perl/hints/aix.sh#83~17914~ Sat Sep 21 12:58:57 2002 +++ perl/hints/aix.sh Tue Sep 24 13:19:22 2002 @@ -560,6 +560,15 @@ 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 End of Patch.