mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-27 18:43:11 +01:00
Check setupterm() in libtinfo also
Some ncurses packages have build time configuration options to separate its different parts into separate libraries. Some Linux distributions in particular separate out the terminfo routines in to libtinfo. This change teaches configure that setupterm() can also be found there.
This commit is contained in:
parent
d3f37566e2
commit
5b065e93b3
@ -135,7 +135,7 @@ fi
|
||||
# Look for curses.
|
||||
AC_SEARCH_LIBS(
|
||||
setupterm,
|
||||
[terminfo curses ncurses],
|
||||
[terminfo curses ncurses tinfo],
|
||||
found_curses=yes,
|
||||
found_curses=no
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user