From ea0b148a964e32541b19b788a4a2d6e469ac03dd Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 7 Mar 2008 23:41:05 +0100 Subject: configure: fix quotation in SMB_LIBRARY for help output. Michael (This used to be commit 96f85a48beb7da9c373fc030474020d05c55a18d) --- source3/m4/aclocal.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/m4') diff --git a/source3/m4/aclocal.m4 b/source3/m4/aclocal.m4 index 888c49db37..ef0abadefa 100644 --- a/source3/m4/aclocal.m4 +++ b/source3/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 *) -- cgit