AIX tweak from Merijn Brand.
Jarkko Hietaniemi [Thu, 28 Jun 2001 18:52:20 +0000 (18:52 +0000)]
p4raw-id: //depot/perl@11008

hints/aix.sh

index a85c213..a5313d4 100644 (file)
@@ -53,7 +53,7 @@ esac
 
 # AIX 4.3.* and above default to using nm for symbol extraction
 case "$osvers" in
-   3.*|4.1.*|4.2.*)
+   3.*|4.1.*|4.2.*|4.3.0.*)
       usenm='undef'
       usenativedlopen='false'
       ;;