$NetBSD: patch-aa,v 1.1.1.1 2001/06/30 08:18:27 taca Exp $

--- extconf.rb.orig	Fri Jun  2 22:28:04 2000
+++ extconf.rb
@@ -2,8 +2,7 @@
 
 dir_config("readline")
 have_library("user32", nil) if /cygwin/ === RUBY_PLATFORM
-have_library("ncurses", "tgetnum") or
-  have_library("termcap", "tgetnum") or
+have_library("termcap", "tgetnum") or
   have_library("curses", "tgetnum")
 
 if have_header("readline/readline.h") and
