mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-21 04:03:28 +00:00
match the change made to AST_EXT_LIB in asterisk-addons
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36960 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user