Change 17701 by [EMAIL PROTECTED] on 2002/08/08 15:06:01

        Subject: [PATCH] Re: pp_sys.c compile failed..
        From: Andy Dougherty <[EMAIL PROTECTED]>
        Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
        Message-id: 
<[EMAIL PROTECTED]>

Affected files ...

.... //depot/perl/hints/aix.sh#79 edit

Differences ...

==== //depot/perl/hints/aix.sh#79 (text) ====
Index: perl/hints/aix.sh
--- perl/hints/aix.sh#78~17218~ Thu Jun 13 05:24:53 2002
+++ perl/hints/aix.sh   Thu Aug  8 08:06:01 2002
@@ -51,7 +51,8 @@
 # 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 @@
          esac
       ;;
    *)
-      case "$usenm" in
-         '') usenm='true'
-         esac
       case "$usenativedlopen" in
          '') usenativedlopen='true'
          esac
End of Patch.

Reply via email to