aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
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.ac
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.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