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
This commit is contained in:
Russell Bryant
2007-10-14 15:47:01 +00:00
parent ac46e63a41
commit b119e1c8a1
2 changed files with 3 additions and 3 deletions

View File

@@ -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