summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
)