Fix SEARCH_LIBS.

pull/2546/head
Nicholas Marriott 2021-01-17 17:55:14 +00:00
parent 603280cb28
commit d4866d5fe6
1 changed files with 1 additions and 1 deletions

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
)