From 976deecd479a6a3ff4536df86de0dc8f3e228d55 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Wed, 23 Oct 2019 22:21:21 -0400 Subject: [PATCH] Fix linking on gentoo --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index b594aac..dbec042 100644 --- a/configure.ac +++ b/configure.ac @@ -70,8 +70,8 @@ case $host_os in ;; esac -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 -- 2.23.0