mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +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:
@@ -161,6 +161,7 @@ AST_EXT_LIB([asound], [snd_spcm_init], [alsa/asoundlib.h], [ALSA], [Advanced Lin
|
||||
AST_EXT_LIB([curses], [initscr], [curses.h], [CURSES], [curses], [])
|
||||
AST_EXT_LIB([mfcr2], [mfcr2_MakeCall], [libmfcr2.h], [MFCR2], [MFCR2])
|
||||
AST_EXT_LIB([nbs], [nbs_setup], [nbs.h], [NBS], [Network Broadcast Sound])
|
||||
AST_EXT_LIB([ncurses], [initscr], [curses.h], [NCURSES], [ncurses], [])
|
||||
AST_EXT_LIB([newt], [newtBell], [newt.h], [NEWT], [newt])
|
||||
AST_EXT_LIB([odbc], [SQLConnect], [sql.h], [UNIXODBC], [unixODBC])
|
||||
AST_EXT_LIB([ogg], [ogg_sync_init], [], [OGG], [OGG])
|
||||
|
Reference in New Issue
Block a user