summaryrefslogtreecommitdiff
blob: 736a031aa41ab8e81986544d91a1bf158ccb74d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/configure.ac b/configure.ac
index 8742d93..e350926 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,8 +56,8 @@ else
        "further information. On Debian/Ubuntu you need to install libncursesw5-dev."
    exit 1;
 fi
-AC_SEARCH_LIBS(cbreak, tinfo, [],
-  [AC_MSG_ERROR([Can't find cbreak() in -lncursesw or -ltinfo])])
+AC_SEARCH_LIBS(cbreak, tinfow, [],
+  [AC_MSG_ERROR([Can't find cbreak() in -lncursesw or -ltinfow])])
 
 
 # iconv