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

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sun Oct 14 10:47:01 CDT 2007


Author: russell
Date: Sun Oct 14 10:47:01 2007
New Revision: 85542

URL: http://svn.digium.com/view/asterisk?view=rev&rev=85542
Log:
Change the configure script to check for a function that was recently added to libss7.

Modified:
    trunk/configure
    trunk/configure.ac

Modified: trunk/configure
URL: http://svn.digium.com/view/asterisk/trunk/configure?view=diff&rev=85542&r1=85541&r2=85542
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Oct 14 10:47:01 2007
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.ac Revision: 83517 .
+# From configure.ac Revision: 84080 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61.
 #
@@ -44723,7 +44723,7 @@
       	 pbxlibdir="-L${SS7_DIR}"
       fi
    fi
-   pbxfuncname="ss7_new"
+   pbxfuncname="isup_set_charge"
    if test "x${pbxfuncname}" = "x" ; then   # empty lib, assume only headers
       AST_SS7_FOUND=yes
    else

Modified: trunk/configure.ac
URL: http://svn.digium.com/view/asterisk/trunk/configure.ac?view=diff&rev=85542&r1=85541&r2=85542
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Sun Oct 14 10:47:01 2007
@@ -881,7 +881,7 @@
 
 AST_EXT_LIB_CHECK([PRI], [pri], [pri_keypad_facility], [libpri.h])
 
-AST_EXT_LIB_CHECK([SS7], [ss7], [ss7_new], [libss7.h])
+AST_EXT_LIB_CHECK([SS7], [ss7], [isup_set_charge], [libss7.h])
 
 if test "${USE_PWLIB}" != "no"; then
 	if test -n "${PWLIB_DIR}"; then




More information about the asterisk-commits mailing list