Search for terminal stuff in -lcurses as well.
This commit is contained in:
parent
9eb23543ca
commit
62b041efb5
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ AC_PROG_INSTALL
|
||||||
|
|
||||||
|
|
||||||
### Checks for libraries.
|
### Checks for libraries.
|
||||||
AC_SEARCH_LIBS([setupterm], [termlib termcap])
|
AC_SEARCH_LIBS([setupterm], [termlib termcap curses])
|
||||||
LIB_SOCKET_NSL
|
LIB_SOCKET_NSL
|
||||||
# TODO merge this into LIB_SOCKET_NSL?
|
# TODO merge this into LIB_SOCKET_NSL?
|
||||||
if test "$ac_cv_search_gethostbyname" = no; then
|
if test "$ac_cv_search_gethostbyname" = no; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue