From: Andy Dougherty <doughera@lafayette.edu>
Date: Tue, 6 Aug 2002 10:42:07 +0000 (-0400)
Subject: Re: pp_sys.c compile failed..
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e6cad49a8b15237fd6222ebb065c96050834fb45;p=p5sagit%2Fp5-mst-13.2.git

Re: pp_sys.c compile failed..
Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@17701
---

diff --git a/hints/aix.sh b/hints/aix.sh
index 09ca0a4..4ccbc68 100644
--- a/hints/aix.sh
+++ b/hints/aix.sh
@@ -51,7 +51,8 @@ esac
 # Intuiting the existence of system calls under AIX is difficult,
 # at best; the safest technique is to find them empirically.
 
-# AIX 4.3.* and above default to using nm for symbol extraction
+# AIX 4.3.* and above default to letting Configure test if nm
+# extraction will work.
 case "$osvers" in
    3.*|4.1.*|4.2.*)
       case "$usenm" in
@@ -62,9 +63,6 @@ case "$osvers" in
 	  esac
       ;;
    *)
-      case "$usenm" in
-	  '') usenm='true'
-	  esac
       case "$usenativedlopen" in
 	  '') usenativedlopen='true'
 	  esac