Patch #17914 was empty ; this should have been applied instead.
Rafael Garcia-Suarez [Tue, 24 Sep 2002 20:19:22 +0000 (20:19 +0000)]
p4raw-id: //depot/perl@17915

hints/aix.sh

index 427412e..cfaf8f4 100644 (file)
@@ -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