aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-10-07 20:56:04 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-10-07 20:56:04 +0000
commit2f5a43b512c0cb9b79fb461f01e38e35af191009 (patch)
treea6228682cce0ae07390d8427d5bcfb1647f14c5c /autoconf
parent11cf5afc795f8c10e9ec4e6e4645096df431e498 (diff)
Allow PRI to build properly when using --with-pri.
Use the directories found for the parent when using lib dependencies. (closes issue #17314) Reported by: tzafrir Patches: 17314-withdeps.diff uploaded by qwell (license 4) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@290750 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/ast_ext_lib.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/autoconf/ast_ext_lib.m4 b/autoconf/ast_ext_lib.m4
index 1a810b681..ba6687a9f 100644
--- a/autoconf/ast_ext_lib.m4
+++ b/autoconf/ast_ext_lib.m4
@@ -36,6 +36,7 @@ m4_ifval([$3], [
if test "x${$3_MANDATORY}" = "xyes" ; then
$1_MANDATORY="yes"
fi
+$1_DIR=${$3_DIR}
])
PBX_$1=0
AH_TEMPLATE(m4_bpatsubst([[HAVE_$1]], [(.*)]), [Define to 1 if you have the $2 library.])