Update the configure script to check for a required function that is not present

in the 1.2 version of libpri.  This will prevent the configure script from thinking
that it has compatible libpri support for Asterisk 1.4, when it actually does not
because the installed version is from 1.2.


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@74211 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2007-07-09 21:31:30 +00:00
parent e4142b6218
commit 1f96da91d4
2 changed files with 49 additions and 33 deletions

View File

@@ -786,7 +786,7 @@ fi
AST_EXT_LIB_CHECK([POPT], [popt], [poptStrerror], [popt.h])
AST_EXT_LIB_CHECK([PRI], [pri], [pri_call], [libpri.h])
AST_EXT_LIB_CHECK([PRI], [pri], [pri_keypad_facility], [libpri.h])
if test "${USE_PWLIB}" != "no"; then
if test -n "${PWLIB_DIR}"; then