[asterisk-addons-commits] russell: trunk r546 - in /trunk: configure configure.ac

SVN commits to the Asterisk addons project asterisk-addons-commits at lists.digium.com
Tue Mar 11 11:19:31 CDT 2008


Author: russell
Date: Tue Mar 11 11:19:30 2008
New Revision: 546

URL: http://svn.digium.com/view/asterisk-addons?view=rev&rev=546
Log:
check for a different function to ensure that the version of spandsp is new enough
(closes issue #12181)
(reported by adriavidal, patched by me)

Modified:
    trunk/configure
    trunk/configure.ac

Modified: trunk/configure.ac
URL: http://svn.digium.com/view/asterisk-addons/trunk/configure.ac?view=diff&rev=546&r1=545&r2=546
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Tue Mar 11 11:19:30 2008
@@ -180,7 +180,7 @@
 AST_EXT_LIB_CHECK([BLUETOOTH], [bluetooth], [ba2str], [bluetooth/bluetooth.h])
 AST_EXT_LIB_CHECK([CURSES], [curses], [initscr], [curses.h])
 AST_EXT_LIB_CHECK([NCURSES], [ncurses], [initscr], [curses.h])
-AST_EXT_LIB_CHECK([SPANDSP], [spandsp], [fax_init], [spandsp.h], [-ltiff])
+AST_EXT_LIB_CHECK([SPANDSP], [spandsp], [span_set_message_handler], [spandsp.h], [-ltiff])
 
 AC_MSG_CHECKING(for -Wdeclaration-after-statement support)
 if $(${CC} -Wdeclaration-after-statement -S -o /dev/null -xc /dev/null > /dev/null 2>&1); then




More information about the asterisk-addons-commits mailing list