summaryrefslogtreecommitdiff
path: root/configure.ac
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.ac
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.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4e2ce6ce0..6d383b3b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -881,7 +881,7 @@ AST_EXT_LIB_CHECK([POPT], [popt], [poptStrerror], [popt.h])
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