summaryrefslogtreecommitdiff
blob: 2dbd8dcf0c97a9a29cf63617f21c97f8965e8cc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/configure.ac
+++ b/configure.ac
@@ -76,7 +76,7 @@
 AC_CHECK_LIB(m, cos, [], [AC_MSG_ERROR([Could not find m library])])
 AC_CHECK_LIB(readline, using_history, [], [AC_MSG_ERROR([Could not find readline library])])
 # ncurses might be linked in libtinfo
-#AC_CHECK_LIB(tinfo, keypad, [], [AC_MSG_ERROR([Could not find tinfo library])])
+AC_CHECK_LIB(tinfo, keypad, [], [AC_MSG_ERROR([Could not find tinfo library])])
 
 # Checks for header files.
 AC_CHECK_HEADER(assert.h)