blob: e9b491e070ca3652812a5c1b4b6814851b5bb0d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff '--color=auto' -Naurd zangband.orig/configure.in zangband/configure.in
--- zangband.orig/configure.in 2004-08-01 13:23:14.000000000 +0400
+++ zangband/configure.in 2019-05-04 19:01:09.287753294 +0300
@@ -117,6 +117,8 @@
# Only check termcap if we don't have GCU
AC_SEARCH_LIBS([tgetent], [termcap],
AC_DEFINE(USE_CAP, 1, [Use termcap port])))
+# tinfo may be in a separate lib
+AC_SEARCH_LIBS([keypad], [tinfow tinfo])
if test "x$with_gtk" != "xno" ; then
AC_SEARCH_LIBS([gtk_init_check], [gtk],
|