[asterisk-commits] tilghman: branch 1.6.1 r157785 - in /branches/1.6.1: ./ configure configure.ac
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Nov 19 12:29:52 CST 2008
Author: tilghman
Date: Wed Nov 19 12:29:51 2008
New Revision: 157785
URL: http://svn.digium.com/view/asterisk?view=rev&rev=157785
Log:
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)
........
Modified:
branches/1.6.1/ (props changed)
branches/1.6.1/configure
branches/1.6.1/configure.ac
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/configure.ac
URL: http://svn.digium.com/view/asterisk/branches/1.6.1/configure.ac?view=diff&rev=157785&r1=157784&r2=157785
==============================================================================
--- branches/1.6.1/configure.ac (original)
+++ branches/1.6.1/configure.ac Wed Nov 19 12:29:51 2008
@@ -1343,6 +1343,12 @@
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
More information about the asterisk-commits
mailing list