summaryrefslogtreecommitdiff
blob: b4edfd1b990ceb3900df6db943ec68444d099cd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/configure.ac
+++ b/configure.ac
@@ -13,9 +13,10 @@
 
 # Checks for libraries.
 AC_CHECK_LIB([ncurses], [initscr], [],
-             AC_MSG_ERROR([Can't find ncurses library. Install it first.]))
+             AC_MSG_ERROR([Cannot find ncurses library. Install it first.]))
+AC_SEARCH_LIBS([define_key], [tinfo])
 AC_CHECK_LIB([z], [gzopen], [],
-             AC_MSG_ERROR([Can't find zlib library. Install it first.]))
+             AC_MSG_ERROR([Cannot find zlib library. Install it first.]))
 
 # Checks for header files.
 AC_HEADER_STDC