mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 10:08:47 +00:00
Fix SEARCH_LIBS.
This commit is contained in:
parent
603280cb28
commit
d4866d5fe6
@ -232,8 +232,8 @@ if test "x$found_ncurses" = xyes; then
|
|||||||
LIBS="$LIBNCURSES_LIBS $LIBTINFO_LIBS $LIBS"
|
LIBS="$LIBNCURSES_LIBS $LIBTINFO_LIBS $LIBS"
|
||||||
else
|
else
|
||||||
AC_SEARCH_LIBS(
|
AC_SEARCH_LIBS(
|
||||||
[tinfo ncurses ncursesw],
|
|
||||||
setupterm,
|
setupterm,
|
||||||
|
[tinfo ncurses ncursesw],
|
||||||
found_ncurses=yes,
|
found_ncurses=yes,
|
||||||
found_ncurses=no
|
found_ncurses=no
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user