summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2021-01-17 17:55:14 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2021-01-17 17:55:14 +0000
commitd4866d5fe6214064882244ddb32f05480e9d8d91 (patch)
tree8fd49a05496115e5ae6671df9e1e42d4a7e4049b
parent603280cb286350c628ac2dfc06d5b8de135aa2af (diff)
Fix SEARCH_LIBS.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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
)