$NetBSD: patch-aa,v 1.1.1.1 2002/11/29 20:17:25 jmmv Exp $ --- configure.in.orig Sun Sep 8 15:41:48 2002 +++ configure.in Sun Sep 8 15:41:58 2002 @@ -6,8 +6,8 @@ AC_PROG_INSTALL dnl Checks for libraries. -dnl Replace `main' with a function in -lcurses: -AC_CHECK_LIB(curses, move) +dnl Replace `main' with a function in -lncurses: +AC_CHECK_LIB(ncurses, move) AC_HAVE_LIBRARY(xml2)