diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-01-26 09:19:01 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-01-26 09:19:01 +0000 |
commit | 6da82d49cf0eed31af6c929b02e2107edccbb7e2 (patch) | |
tree | ac0388a9d49c6b3df9608002c578a8e94b4ee792 /Configure | |
parent | 1d8eec93083423cd217a2238596f89f3447ebdc2 (diff) | |
download | perl-6da82d49cf0eed31af6c929b02e2107edccbb7e2.tar.gz |
Plan 9 doesn't do nm, from Russ Cox.
p4raw-id: //depot/perl@18586
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |