mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 11:58:40 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user