summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2010-10-07 20:59:37 +0000
committerJason Parker <jparker@digium.com>2010-10-07 20:59:37 +0000
commite9344fb8533d21e9873333fa7717fbe7ba632835 (patch)
treee86c55cdad34a8783554ff60df20f608bd7c8e6f /autoconf
parent5f523a5de56c755921280f9af0703ceaa3bbc19d (diff)
Merged revisions 290752 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ................ r290752 | qwell | 2010-10-07 15:58:47 -0500 (Thu, 07 Oct 2010) | 23 lines Merged revisions 290751 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.6.2 ................ r290751 | qwell | 2010-10-07 15:57:14 -0500 (Thu, 07 Oct 2010) | 16 lines Merged revisions 290750 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r290750 | qwell | 2010-10-07 15:56:04 -0500 (Thu, 07 Oct 2010) | 9 lines 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: https://origsvn.digium.com/svn/asterisk/trunk@290753 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 28a5521f8..a9f1d6cda 100644
--- a/autoconf/ast_ext_lib.m4
+++ b/autoconf/ast_ext_lib.m4
@@ -71,6 +71,7 @@ for i in ${ac_mandatory_list}; do
break
fi
done
+$1_DIR=${$3_DIR}
])
PBX_$1=0
AH_TEMPLATE(m4_bpatsubst([[HAVE_$1]], [(.*)]), [Define to 1 if you have the $2 library.])