mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 14:58:25 +00:00
Fix whitespace in AST_EXT_LIB_CHECK macro.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@383061 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -112,9 +112,9 @@ if test "x${PBX_$1}" != "x1" -a "${USE_$1}" != "no"; then
|
|||||||
# if --with-$1=DIR has been specified, use it.
|
# if --with-$1=DIR has been specified, use it.
|
||||||
if test "x${$1_DIR}" != "x"; then
|
if test "x${$1_DIR}" != "x"; then
|
||||||
if test -d ${$1_DIR}/lib; then
|
if test -d ${$1_DIR}/lib; then
|
||||||
pbxlibdir="-L${$1_DIR}/lib"
|
pbxlibdir="-L${$1_DIR}/lib"
|
||||||
else
|
else
|
||||||
pbxlibdir="-L${$1_DIR}"
|
pbxlibdir="-L${$1_DIR}"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
pbxfuncname="$3"
|
pbxfuncname="$3"
|
||||||
|
|||||||
Reference in New Issue
Block a user