Fix SEARCH_LIBS.

This commit is contained in:
Nicholas Marriott 2021-01-17 17:55:14 +00:00
parent 603280cb28
commit d4866d5fe6

View File

@ -232,8 +232,8 @@ if test "x$found_ncurses" = xyes; then
LIBS="$LIBNCURSES_LIBS $LIBTINFO_LIBS $LIBS"
else
AC_SEARCH_LIBS(
[tinfo ncurses ncursesw],
setupterm,
[tinfo ncurses ncursesw],
found_ncurses=yes,
found_ncurses=no
)