blob: 0f6c3c740a1e69efd43f9287ac256fb65afa422e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
https://bugs.gentoo.org/618124
--- tiptop-2.3.1/configure.ac
+++ tiptop-2.3.1/configure.ac
@@ -24,6 +24,7 @@
AC_DEFINE([HAVE_LIBCURSES], [1], [Define to 1 if you have the `curses' library (-lcurses).])
LIBS="-lcurses $LIBS"],
[have_curses=no])
+AC_CHECK_LIB([tinfo], [keypad], LIBS="-ltinfo $LIBS")
fi
if test ! x$disable_libxml2 = xno; then # check only if not disabled
|