projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1d8eec9
)
Plan 9 doesn't do nm, from Russ Cox.
Jarkko Hietaniemi [Sun, 26 Jan 2003 09:19:01 +0000 (09:19 +0000)]
p4raw-id: //depot/perl@18586
Configure
patch
|
blob
|
blame
|
history
diff --git
a/Configure
b/Configure
index
6ce7766
..
47e3635
100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-5470,6
+5470,11
@@
case "$usenm" in
echo "'nm' won't be sufficient on this sytem." >&4
dflt=n
fi
+ if $test "$osname" = plan9; then
+ echo " "
+ echo "Whoops! Nm won't work on Plan 9!" >&4
+ dflt=n
+ fi
;;
esac
case "$dflt" in