From 96f85a48beb7da9c373fc030474020d05c55a18d Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 7 Mar 2008 23:41:05 +0100 Subject: [PATCH] configure: fix quotation in SMB_LIBRARY for help output. Michael --- source/m4/aclocal.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 *) -- 2.47.3