aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf/ast_ext_lib.m4
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-10-07 20:57:14 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-10-07 20:57:14 +0000
commitb395778d82c3d9a25513c55f8a87cd369fad63a0 (patch)
tree17d9bb8034c508fbc6ab5b659178ea4a88df4e09 /autoconf/ast_ext_lib.m4
parenta6f020197a9af30e4ae1ff9d64313ea97e1c4ca5 (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.6.2@290751 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'autoconf/ast_ext_lib.m4')
-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 0763c2b3a..df65a1352 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.])