From abeab9d3f076e8a1b217f5132e9d6271075a909a Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 24 Sep 2002 20:19:22 +0000 Subject: Patch #17914 was empty ; this should have been applied instead. p4raw-id: //depot/perl@17915 --- hints/aix.sh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'hints/aix.sh') diff --git a/hints/aix.sh b/hints/aix.sh index 427412eb90..cfaf8f48c5 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 -- cgit v1.2.1