summaryrefslogtreecommitdiff
path: root/include/asterisk/autoconfig.h.in
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2013-11-26 22:34:08 +0000
committerJoshua Colp <jcolp@digium.com>2013-11-26 22:34:08 +0000
commitc321b1f454e96d3b9ebe77b8b9ae1677ff422db1 (patch)
tree36fe7d9c6c15e9597f54ce24368eee04dc840196 /include/asterisk/autoconfig.h.in
parented483779946553e2ec42472c6b665b86dcb07066 (diff)
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. ........ Merged revisions 403160 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@403161 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/autoconfig.h.in')
-rw-r--r--include/asterisk/autoconfig.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index 31d8efc9a..3f9eb55dc 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.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. */