mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-03 11:11:05 +00:00
Fix a configure issue with PJSIP transaction group lock detection.
The configure check did not use the provided paths for pjproject if provided when looking for transaction group lock support. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@403160 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -569,8 +569,8 @@
|
||||
/* Define if your system has the PJPROJECT libraries. */
|
||||
#undef HAVE_PJPROJECT
|
||||
|
||||
/* Define to 1 if pjsip has the PJSIP Transaction Group Lock Support feature.
|
||||
*/
|
||||
/* Define to 1 if PJPROJECT has the PJSIP Transaction Group Lock Support
|
||||
feature. */
|
||||
#undef HAVE_PJ_TRANSACTION_GRP_LOCK
|
||||
|
||||
/* Define to 1 if your system defines IP_PKTINFO. */
|
||||
|
Reference in New Issue
Block a user