summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>2002-08-06 06:42:07 -0400
committerhv <hv@crypt.org>2002-08-08 15:06:01 +0000
commite6cad49a8b15237fd6222ebb065c96050834fb45 (patch)
tree500dd2f55326d3aa22acbe57123b64c540a88dbb /hints
parentc04e1326476132742d2ce260315f08d855f12509 (diff)
downloadperl-e6cad49a8b15237fd6222ebb065c96050834fb45.tar.gz
Re: pp_sys.c compile failed..
Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@17701
Diffstat (limited to 'hints')
-rw-r--r--hints/aix.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/hints/aix.sh b/hints/aix.sh
index 09ca0a4b57..4ccbc68eb9 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