summaryrefslogtreecommitdiff
path: root/source3/m4
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-03-07 23:41:05 +0100
committerMichael Adam <obnox@samba.org>2008-03-07 23:45:52 +0100
commitea0b148a964e32541b19b788a4a2d6e469ac03dd (patch)
tree46bb7bddf8113f8894a2247e76ef0a0bd5c4352d /source3/m4
parentad3a1b8475bc850578f0ee6a71747b204066340e (diff)
downloadsamba-ea0b148a964e32541b19b788a4a2d6e469ac03dd.tar.gz
samba-ea0b148a964e32541b19b788a4a2d6e469ac03dd.tar.bz2
samba-ea0b148a964e32541b19b788a4a2d6e469ac03dd.zip
configure: fix quotation in SMB_LIBRARY for help output.
Michael (This used to be commit 96f85a48beb7da9c373fc030474020d05c55a18d)
Diffstat (limited to 'source3/m4')
-rw-r--r--source3/m4/aclocal.m44
1 files changed, 2 insertions, 2 deletions
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
*)