mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-21 01:01:02 +00:00
Merged revisions 157784 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r157784 | tilghman | 2008-11-19 12:28:14 -0600 (Wed, 19 Nov 2008) | 6 lines Add check for t38_terminal_init in spandsp (not found in 0.0.6, so it should fail reasonably) (closes issue #13473) Reported by: genie Patches: 20080916__bug13473.diff.txt uploaded by Corydon76 (license 14) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@157785 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1343,6 +1343,12 @@ if test "x${PBX_SPANDSP}" = "x1" ; then
|
||||
AST_EXT_LIB_CHECK([SPANDSP], [spandsp], [span_set_message_handler], [spandsp.h], [-ltiff])
|
||||
fi
|
||||
|
||||
if test "x${PBX_SPANDSP}" = "x1" ; then
|
||||
# We also need t38_terminal_init()
|
||||
PBX_SPANDSP=0
|
||||
AST_EXT_LIB_CHECK([SPANDSP], [spandsp], [t38_terminal_init], [spandsp.h], [-ltiff])
|
||||
fi
|
||||
|
||||
AST_EXT_LIB_CHECK([SS7], [ss7], [ss7_pollflags], [libss7.h])
|
||||
|
||||
if test "${USE_PWLIB}" != "no"; then
|
||||
|
||||
Reference in New Issue
Block a user