# HG changeset patch # User Richard M. Stallman # Date 826139909 0 # Node ID 6ad33cc689057ead981e8a8c085adc793b0ca6e7 # Parent 045d60026d13553683832b0ab5590a4e6529d6a2 Check for ncurses. diff -r 045d60026d13 -r 6ad33cc68905 configure.in --- a/configure.in Wed Mar 06 19:17:17 1996 +0000 +++ b/configure.in Wed Mar 06 19:18:29 1996 +0000 @@ -1235,6 +1235,12 @@ AC_CHECK_LIB(pthreads, cma_open) +dnl If we can find a tparm in libcurses.a, it means we have ncurses. +AC_CHECK_LIB(curses, tparm, HAVE_NCURSES=yes) +if test x"${HAVE_NCURSES}" = "xyes" ; then + AC_DEFINE(HAVE_NCURSES) +fi + AC_MSG_CHECKING(for XFree86) if test -d /usr/X386/include; then HAVE_XFREE386=yes