summaryrefslogtreecommitdiff
path: root/configure
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 /configure
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 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 9e414e1e0..30ec6b586 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Revision: 400770 .
+# From configure.ac Revision: 402865 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for asterisk trunk.
#
@@ -10156,8 +10156,8 @@ fi
PJ_TRANSACTION_GRP_LOCK_DESCRIP="PJSIP Transaction Group Lock Support"
-
-PJ_TRANSACTION_GRP_LOCK_DIR=${pjsip_DIR}
+PJ_TRANSACTION_GRP_LOCK_OPTION=pjsip
+PJ_TRANSACTION_GRP_LOCK_DIR=${PJPROJECT_DIR}
PBX_PJ_TRANSACTION_GRP_LOCK=0