$NetBSD$
--- configure.in.orig	Thu Oct 28 23:55:02 2004
+++ configure.in	Thu Oct 28 23:55:27 2004
@@ -54,7 +54,7 @@
 
 dnl Check for curses. If not found, don't build fsed.cpm
 dnl Try both curses and ncurses
-AC_CHECK_LIB(curses, printw, FSED_CPM=fsed.cpm LIBS="-lcurses $LIBS", FSED_CPM=)
+dnl AC_CHECK_LIB(curses, printw, FSED_CPM=fsed.cpm LIBS="-lcurses $LIBS", FSED_CPM=)
 if test x"$FSED_CPM" = x""; then
   AC_CHECK_LIB(ncurses, printw, FSED_CPM=fsed.cpm LIBS="-lncurses $LIBS", FSED_CPM=)
 fi
