projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
27c3e52
)
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
patch
|
blob
|
blame
|
history
diff --git
a/hints/aix.sh
b/hints/aix.sh
index
a85c213
..
a5313d4
100644
(file)
--- a/
hints/aix.sh
+++ b/
hints/aix.sh
@@
-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'
;;