mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merged revisions 74211 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r74211 | russell | 2007-07-09 16:31:30 -0500 (Mon, 09 Jul 2007) | 5 lines 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/trunk@74212 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -773,7 +773,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])
|
||||
|
||||
AST_EXT_LIB_CHECK([SS7], [ss7], [ss7_new], [libss7.h])
|
||||
|
||||
|
Reference in New Issue
Block a user