Change 18586 by jhi@kosh on 2003/01/26 09:19:01
Plan 9 doesn't do nm, from Russ Cox.
Affected files ...
... //depot/perl/Configure#496 edit
Differences ...
==== //depot/perl/Configure#496 (xtext) ====
Index: perl/Configure
--- perl/Configure#495~18538~ Tue Jan 21 08:54:00 2003
+++ perl/Configure Sun Jan 26 01:19:01 2003
@@ -5470,6 +5470,11 @@
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
End of Patch.