1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00

When checking for tgetent, include libtinfo from recent Ncurses as well

(This used to be commit c88a5b1aba)
This commit is contained in:
Alexander Bokovoy 2003-02-15 15:50:24 +00:00
parent 7f6fdf49cb
commit 9e99ad57ea

View File

@ -743,7 +743,7 @@ AC_ARG_WITH(readline,
AC_CHECK_HEADERS(readline/history.h)
AC_CHECK_HEADERS(readline.h readline/readline.h,[
for termlib in ncurses curses termcap terminfo termlib; do
for termlib in ncurses curses termcap terminfo termlib tinfo; do
AC_CHECK_LIB(${termlib}, tgetent, [TERMLIBS="-l${termlib}"; break])
done
AC_CHECK_LIB(readline, rl_callback_handler_install,