summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-10-27 15:41:38 +0000
committerRussell Bryant <russell@russellbryant.com>2007-10-27 15:41:38 +0000
commit0706014b1bdc1d7ab5a316f421ce663d859b3820 (patch)
treefaadc339a75d8f742c7a852c42c5d7da0f7401c1 /configure
parent024bd67277cfb7d8b95af9743d7c3c7bafa7dd0e (diff)
Update the configure script for the last libss7 API change
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@87247 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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