From b4566a8a8d0cf345e637194f9c95091a1ef4dfe0 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sat, 16 Jan 2016 23:23:04 +0000 Subject: build-sys: remove libtermcap support It is unlikely anyone is going to build this project on system where libtermcap is available. Fedora project obsoleted libtermcap 2007-12-12 in favour of ncurses. Debian made same move 2005. Reference: https://fedoraproject.org/wiki/Deprecated_packages Reference: https://www.debian.org/doc/manuals/debian-faq/ch-compat.en.html#s-termcap Signed-off-by: Sami Kerola --- text-utils/Makemodule.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'text-utils/Makemodule.am') diff --git a/text-utils/Makemodule.am b/text-utils/Makemodule.am index 94c8c7e05..957c14370 100644 --- a/text-utils/Makemodule.am +++ b/text-utils/Makemodule.am @@ -95,10 +95,6 @@ more_CFLAGS += $(NCURSES_CFLAGS) more_LDADD += $(NCURSES_LIBS) endif -if HAVE_TERMCAP -more_LDADD += -ltermcap -endif - check_PROGRAMS += test_more test_more_SOURCES = $(more_SOURCES) test_more_CFLAGS = -DTEST_PROGRAM -- cgit v1.2.3-55-g7522