$NetBSD: patch-aa,v 1.1 1999/09/13 14:54:40 jlam Exp $

--- configure.orig	Sun May  9 21:11:25 1999
+++ configure	Mon Sep 13 10:36:44 1999
@@ -833,6 +833,7 @@
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 
 
+if false; then
 echo $ac_n "checking for initscr in -lncurses""... $ac_c" 1>&6
 echo "configure:838: checking for initscr in -lncurses" >&5
 ac_lib_var=`echo ncurses'_'initscr | sed 'y%./+-%__p_%'`
@@ -879,6 +880,10 @@
 else
   echo "$ac_t""no" 1>&6
 no_ncurses=1
+fi
+else
+  # NetBSD doesn't need ncurses.
+  no_ncurses=1
 fi