97c6af701c
Version: 6.18.01-12
27 lines
738 B
Diff
27 lines
738 B
Diff
From 2972adf2edc96aae26a82b94adab792c9520fa74 Mon Sep 17 00:00:00 2001
|
|
From: "Vojtech Vitek (V-Teq)" <vvitek@redhat.com>
|
|
Date: Thu, 15 Mar 2012 02:10:35 +0100
|
|
Subject: [PATCH 02/14] Search for tinfo library instead of termcap/(n)curses
|
|
etc.
|
|
|
|
---
|
|
configure.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure.in b/configure.in
|
|
index c336e54..ef330a2 100644
|
|
--- a/configure.in
|
|
+++ b/configure.in
|
|
@@ -299,7 +299,7 @@ fi
|
|
dnl Checks for libraries
|
|
AC_SEARCH_LIBS(crypt, crypt)
|
|
AC_SEARCH_LIBS(getspnam, sec)
|
|
-AC_SEARCH_LIBS(tgetent, termlib termcap curses ncurses)
|
|
+AC_SEARCH_LIBS(tgetent, tinfo)
|
|
AC_SEARCH_LIBS(gethostbyname, nsl)
|
|
AC_SEARCH_LIBS(connect, socket)
|
|
AC_SEARCH_LIBS(catgets, catgets)
|
|
--
|
|
1.9.3
|
|
|