You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-client/netrik/files/netrik-1.16.1-ncurses-tinfo...

14 lines
261 B

--- a/configure.ac
+++ b/configure.ac
@@ -18,8 +18,9 @@
AC_HEADER_STDC
dnl check for ncurses
+AC_CHECK_LIB(tinfo, tparm)
AC_CHECK_LIB(ncursesw,
- tparm,
+ printw,
[NCURSES="yes"],
AC_MSG_ERROR([ncursesw is absolutely required!]))