summaryrefslogtreecommitdiffstats
path: root/tcsh-6.18.02-tinfo.patch
blob: 27c813f9739006892def2170e3dbab4368ea5ef6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From 47569471c7eb70964ee61e9c38ce45b0f2c206ae 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 2/8] Search for tinfo library instead of termcap/(n)curses
 etc.

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index d07b944..c6f9f1a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -309,7 +309,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