aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-05 00:01:32 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-05 00:01:32 +0000
commitba8a39f6519534d6807d0ab6e50a2d287e7c362a (patch)
tree86ead0a9db29d9f2c55c813f1cecc83ae21568c9 /acinclude.m4
parent9f8480570bae2e2375e9f0b3890d8cd168555c91 (diff)
match the change made to AST_EXT_LIB in asterisk-addons
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36960 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 3fa9528f0..18bfb7c1f 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -22,7 +22,7 @@ PBX_LIB$4=0
if test "${USE_$4}" != "no"; then
pbxlibdir=""
if test "x${$4_DIR}" != "x"; then
- pbxlibdir="-L${$1_DIR}/lib"
+ pbxlibdir="-L${$1_DIR} -L${$1_DIR}/lib"
fi
AC_CHECK_LIB([$1], [$2], [AST_$4_FOUND=yes], [AST_$4_FOUND=no], ${pbxlibdir} $6)