aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-14 15:47:01 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-14 15:47:01 +0000
commitc9e3c420d022ed30fe50df4d9a86fd3b0ae2fa59 (patch)
tree9827c0e992f6be147b3dbe9ceded8d717a6446ba /configure
parent5afdecc7695af16ff300ddb2f5391e9579b8298d (diff)
Change the configure script to check for a function that was recently added to libss7.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@85542 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 cd51138e1..1637a08a6 100755
--- a/configure
+++ b/configure
@@ -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 @@ if test "x${PBX_SS7}" != "x1" -a "${USE_SS7}" != "no"; then
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