From: Jarkko Hietaniemi Date: Sun, 26 Jan 2003 09:19:01 +0000 (+0000) Subject: Plan 9 doesn't do nm, from Russ Cox. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6da82d49cf0eed31af6c929b02e2107edccbb7e2;p=p5sagit%2Fp5-mst-13.2.git Plan 9 doesn't do nm, from Russ Cox. p4raw-id: //depot/perl@18586 --- diff --git a/Configure b/Configure index 6ce7766..47e3635 100755 --- 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