From d4866d5fe6214064882244ddb32f05480e9d8d91 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 17 Jan 2021 17:55:14 +0000 Subject: Fix SEARCH_LIBS. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 80e8be9e..1bd91eb4 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ) -- cgit v1.2.3