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:
Russell Bryant
2006-04-25 05:53:58 +00:00
parent 7918a7a1fd
commit e386a192ee
3 changed files with 14 additions and 2 deletions

View File

@@ -101,3 +101,6 @@ GSM_INCLUDE=@gsm_INCLUDE@
CURSES_LIB=@curses_LIB@
CURSES_INCLUDE=@curses_INCLUDE@
NCURSES_LIB=@ncurses_LIB@
NCURSES_INCLUDE=@ncurses_INCLUDE@