mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
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
This commit is contained in:
@@ -101,3 +101,6 @@ CURSES_INCLUDE=@curses_INCLUDE@
|
||||
|
||||
NCURSES_LIB=@ncurses_LIB@
|
||||
NCURSES_INCLUDE=@ncurses_INCLUDE@
|
||||
|
||||
EDITLINE_LIBS=@EDITLINE_LIBS@
|
||||
|
||||
|
Reference in New Issue
Block a user