summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-10-14 15:47:01 +0000
committerRussell Bryant <russell@russellbryant.com>2007-10-14 15:47:01 +0000
commitb119e1c8a13e62a4476d8d2040f2aa532a678049 (patch)
tree9827c0e992f6be147b3dbe9ceded8d717a6446ba /configure
parentac46e63a414401ffcf6d23ad3db5e8b70ed073bb (diff)
Change the configure script to check for a function that was recently added to libss7.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@85542 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 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