From 9456bd1db520ce815871dd1d9f9b9bd5a373e8c5 Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Tue, 17 Mar 2009 14:24:53 +0000 Subject: [PATCH] Don't include a space before the optional extra text that may follow a help string. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@182521 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- autoconf/ast_ext_lib.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoconf/ast_ext_lib.m4 b/autoconf/ast_ext_lib.m4 index 35be41ffa7..907d799448 100644 --- a/autoconf/ast_ext_lib.m4 +++ b/autoconf/ast_ext_lib.m4 @@ -11,7 +11,7 @@ AC_DEFUN([AST_EXT_LIB_SETUP], $1_DESCRIP="$2" $1_OPTION="$3" PBX_$1=0 - AC_ARG_WITH([$3], AC_HELP_STRING([--with-$3=PATH],[use $2 files in PATH $4]), + AC_ARG_WITH([$3], AC_HELP_STRING([--with-$3=PATH],[use $2 files in PATH$4]), [ case ${withval} in n|no)