aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-28 13:42:13 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-28 13:42:13 +0000
commit30c35d0943c9041d27834ff1d9f1e9de660bebb4 (patch)
tree898bcf2b8c1b32dc28e48ff3508ebe8be2c65eed /configure.ac
parente90098c53d48233db12d90cabe0919144f9fdd42 (diff)
Update autoconf logic with latest API change for libss7.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@114713 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 b225f0ab8..a878707a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1267,7 +1267,7 @@ AST_EXT_LIB_CHECK([PORTAUDIO], [portaudio], [Pa_GetDeviceCount], [portaudio.h])
AST_EXT_LIB_CHECK([PRI], [pri], [pri_new_bri], [libpri.h])
-AST_EXT_LIB_CHECK([SS7], [ss7], [isup_cqr], [libss7.h])
+AST_EXT_LIB_CHECK([SS7], [ss7], [isup_set_generic_name], [libss7.h])
if test "${USE_PWLIB}" != "no"; then
if test -n "${PWLIB_DIR}"; then