From: Michael Adam Date: Fri, 7 Mar 2008 22:41:05 +0000 (+0100) Subject: configure: fix quotation in SMB_LIBRARY for help output. X-Git-Tag: samba-3.3.0pre1~3392 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=96f85a48beb7da9c373fc030474020d05c55a18d;p=thirdparty%2Fsamba.git configure: fix quotation in SMB_LIBRARY for help output. Michael --- diff --git a/source/m4/aclocal.m4 b/source/m4/aclocal.m4 index 888c49db375..ef0abadefa8 100644 --- a/source/m4/aclocal.m4 +++ b/source/m4/aclocal.m4 @@ -78,8 +78,8 @@ AC_SUBST(LIBUC[_LIBS]) AC_MSG_CHECKING([whether to build the LIBNAME shared library]) AC_ARG_WITH(LIBNAME, -[AS_HELP_STRING([--with-LIBNAME], - [Build the LIBNAME shared library (default=yes if shared libs supported)])], +AS_HELP_STRING([--with-]LIBNAME, + [Build the LIBNAME shared library (default=yes if shared libs supported)]), [ case "$withval" in *)