AC_FIND_FUNC_NO_LIBS should check libtinfo for tgetent

This commit is contained in:
Damir Franusic
2018-12-09 19:50:47 +01:00
committed by Luke Howard
parent 511c84fe65
commit 872222db35
3 changed files with 6 additions and 2 deletions

View File

@@ -456,7 +456,7 @@ AC_FIND_FUNC_NO_LIBS(openpty, util,[
#endif
],[0,0,0,0,0])
AC_FIND_FUNC_NO_LIBS(tgetent, termcap ncurses curses,[
AC_FIND_FUNC_NO_LIBS(tgetent, termcap ncurses curses tinfo,[
#ifdef HAVE_TERMCAP_H
#include <termcap.h>
#endif