aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-27 15:41:38 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-27 15:41:38 +0000
commit878edbcba66891d91c9eb2c7d0fd5dad8eee521e (patch)
treefaadc339a75d8f742c7a852c42c5d7da0f7401c1 /configure
parent9a3872cc77bdf401031b8fb53973be835effc890 (diff)
Update the configure script for the last libss7 API change
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@87247 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 1637a08a6..887437f19 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Revision: 84080 .
+# From configure.ac Revision: 85542 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61.
#
@@ -44723,7 +44723,7 @@ if test "x${PBX_SS7}" != "x1" -a "${USE_SS7}" != "no"; then
pbxlibdir="-L${SS7_DIR}"
fi
fi
- pbxfuncname="isup_set_charge"
+ pbxfuncname="isup_cqr"
if test "x${pbxfuncname}" = "x" ; then # empty lib, assume only headers
AST_SS7_FOUND=yes
else