mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
apparently some systems may have ncurses that doesn't provide backwards compat
with curses. So, check for both and use whatever is found git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22346 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -101,3 +101,6 @@ GSM_INCLUDE=@gsm_INCLUDE@
|
||||
|
||||
CURSES_LIB=@curses_LIB@
|
||||
CURSES_INCLUDE=@curses_INCLUDE@
|
||||
|
||||
NCURSES_LIB=@ncurses_LIB@
|
||||
NCURSES_INCLUDE=@ncurses_INCLUDE@
|
||||
|
Reference in New Issue
Block a user