- Removed double check for ncurses, causing the library to be listed
  twice on the link line.
This commit is contained in:
Paul Beckingham 2009-03-29 22:17:14 -04:00
parent 8ab3c1cc3c
commit a5fef2cc6b

View file

@ -45,7 +45,6 @@ AC_SUBST(CFLAGS)
# Checks for libraries.
AC_CHECK_LIB(ncurses,initscr)
AC_CHECK_LIB(ncurses,endwin)
# Checks for header files.
AC_HEADER_STDC