From: Jason Parker Date: Thu, 14 Mar 2013 16:56:22 +0000 (+0000) Subject: Fix whitespace in AST_EXT_LIB_CHECK macro. X-Git-Tag: 1.8.22.0-rc1~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=320b4e8bda5b0050c753bbcd21e8e6b27280036d;p=thirdparty%2Fasterisk.git 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 --- diff --git a/autoconf/ast_ext_lib.m4 b/autoconf/ast_ext_lib.m4 index 4842c3ee05..8f35f4bad8 100644 --- a/autoconf/ast_ext_lib.m4 +++ b/autoconf/ast_ext_lib.m4 @@ -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 test "x${$1_DIR}" != "x"; then if test -d ${$1_DIR}/lib; then - pbxlibdir="-L${$1_DIR}/lib" + pbxlibdir="-L${$1_DIR}/lib" else - pbxlibdir="-L${$1_DIR}" + pbxlibdir="-L${$1_DIR}" fi fi pbxfuncname="$3"