Search for terminal stuff in -lcurses as well.

This commit is contained in:
Markus Armbruster 2006-03-18 16:46:58 +00:00
parent 9eb23543ca
commit 62b041efb5

View file

@ -49,7 +49,7 @@ AC_PROG_INSTALL
### Checks for libraries.
AC_SEARCH_LIBS([setupterm], [termlib termcap])
AC_SEARCH_LIBS([setupterm], [termlib termcap curses])
LIB_SOCKET_NSL
# TODO merge this into LIB_SOCKET_NSL?
if test "$ac_cv_search_gethostbyname" = no; then