summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2023-06-29 15:31:06 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2023-06-29 15:31:32 +0100
commit8c9fbbf4f3baae95c0ec437108f39483ced815cb (patch)
tree660822415201bda3f6b99714fcb1ebb97c51bf76 /configure.ac
parent3f3d61bd588fc87d38efc6b2b59378523dace822 (diff)
Add libterminfo for NetBSD, from Thomas Klausner.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b09dfbbd..0d43485f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -315,7 +315,7 @@ fi
if test "x$found_ncurses" = xno; then
AC_SEARCH_LIBS(
setupterm,
- [tinfo ncurses ncursesw],
+ [tinfo terminfo ncurses ncursesw],
found_ncurses=yes,
found_ncurses=no
)
@@ -451,7 +451,7 @@ fi
# Check for b64_ntop. If we have b64_ntop, we assume b64_pton as well.
AC_MSG_CHECKING(for b64_ntop)
- AC_LINK_IFELSE([AC_LANG_PROGRAM(
+AC_LINK_IFELSE([AC_LANG_PROGRAM(
[
#include <sys/types.h>
#include <netinet/in.h>