[asterisk-commits] file: branch 1.6.0 r114714 - in /branches/1.6.0: ./ configure configure.ac

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Apr 28 08:44:24 CDT 2008


Author: file
Date: Mon Apr 28 08:44:24 2008
New Revision: 114714

URL: http://svn.digium.com/view/asterisk?view=rev&rev=114714
Log:
Merged revisions 114713 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
r114713 | file | 2008-04-28 10:42:13 -0300 (Mon, 28 Apr 2008) | 2 lines

Update autoconf logic with latest API change for libss7.

........

Modified:
    branches/1.6.0/   (props changed)
    branches/1.6.0/configure
    branches/1.6.0/configure.ac

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.0/configure.ac
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/configure.ac?view=diff&rev=114714&r1=114713&r2=114714
==============================================================================
--- branches/1.6.0/configure.ac (original)
+++ branches/1.6.0/configure.ac Mon Apr 28 08:44:24 2008
@@ -1267,7 +1267,7 @@
 
 AST_EXT_LIB_CHECK([PRI], [pri], [pri_new_bri], [libpri.h])
 
-AST_EXT_LIB_CHECK([SS7], [ss7], [isup_cqr], [libss7.h])
+AST_EXT_LIB_CHECK([SS7], [ss7], [isup_set_generic_name], [libss7.h])
 
 if test "${USE_PWLIB}" != "no"; then
 	if test -n "${PWLIB_DIR}"; then




More information about the asterisk-commits mailing list