From 684df598448e9ba63d88cf806a6bc81b684e8e71 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 8 May 2006 15:24:52 +0000 Subject: add smarter checking for termcap support, which fixes a build problem when ncurses is statically compiled with term info support, which is provided in the statically compiled editline library that we are including. (issue #6948, original patch by casper, modified to use the features of AST_EXT_LIB) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@25611 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- makeopts.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makeopts.in') diff --git a/makeopts.in b/makeopts.in index 69a53d681..2e148f3b9 100644 --- a/makeopts.in +++ b/makeopts.in @@ -101,3 +101,6 @@ CURSES_INCLUDE=@curses_INCLUDE@ NCURSES_LIB=@ncurses_LIB@ NCURSES_INCLUDE=@ncurses_INCLUDE@ + +EDITLINE_LIBS=@EDITLINE_LIBS@ + -- cgit v1.2.3