summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-01-26 09:19:01 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-01-26 09:19:01 +0000
commit6da82d49cf0eed31af6c929b02e2107edccbb7e2 (patch)
treeac0388a9d49c6b3df9608002c578a8e94b4ee792 /Configure
parent1d8eec93083423cd217a2238596f89f3447ebdc2 (diff)
downloadperl-6da82d49cf0eed31af6c929b02e2107edccbb7e2.tar.gz
Plan 9 doesn't do nm, from Russ Cox.
p4raw-id: //depot/perl@18586
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/Configure b/Configure
index 6ce7766167..47e3635483 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