summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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