commit:     187aae663128101c709b9262f8032226e714eca9
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 16 22:28:42 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 22:29:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=187aae66

app-shells/hstr: Use AC_SEARCH_LIBS not AC_CHECK_LIB (bug #634428).

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 app-shells/hstr/files/hstr-1.23-tinfo.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/hstr/files/hstr-1.23-tinfo.patch 
b/app-shells/hstr/files/hstr-1.23-tinfo.patch
index 2dbd8dcf0c9..85a4743c0e9 100644
--- a/app-shells/hstr/files/hstr-1.23-tinfo.patch
+++ b/app-shells/hstr/files/hstr-1.23-tinfo.patch
@@ -5,7 +5,7 @@
  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])])
++AC_SEARCH_LIBS(keypad, tinfo, [], [AC_MSG_ERROR([Could not find tinfo 
library])])
  
  # Checks for header files.
  AC_CHECK_HEADER(assert.h)

Reply via email to