diff options
author | Michael Adam <obnox@samba.org> | 2008-03-07 23:41:05 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-03-07 23:45:52 +0100 |
commit | ea0b148a964e32541b19b788a4a2d6e469ac03dd (patch) | |
tree | 46bb7bddf8113f8894a2247e76ef0a0bd5c4352d /source3/m4/aclocal.m4 | |
parent | ad3a1b8475bc850578f0ee6a71747b204066340e (diff) | |
download | samba-ea0b148a964e32541b19b788a4a2d6e469ac03dd.tar.gz samba-ea0b148a964e32541b19b788a4a2d6e469ac03dd.tar.xz samba-ea0b148a964e32541b19b788a4a2d6e469ac03dd.zip |
configure: fix quotation in SMB_LIBRARY for help output.
Michael
(This used to be commit 96f85a48beb7da9c373fc030474020d05c55a18d)
Diffstat (limited to 'source3/m4/aclocal.m4')
-rw-r--r-- | source3/m4/aclocal.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/m4/aclocal.m4 b/source3/m4/aclocal.m4 index 888c49db375..ef0abadefa8 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 *) |