blob: cdbc30efa48eff98de3c4e6a1dbb123a9e7652ec (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/configure.ac
+++ b/configure.ac
@@ -15,6 +15,7 @@
# Checks for libraries.
AC_CHECK_LIB([curses], [initscr])
+AC_SEARCH_LIBS(stdscr,tinfo)
# Checks for header files.
AC_HEADER_STDC
|