[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-144-g96f85a4

Michael Adam obnox at samba.org
Fri Mar 7 22:46:30 GMT 2008


The branch, v3-2-test has been updated
       via  96f85a48beb7da9c373fc030474020d05c55a18d (commit)
      from  73b6587493d9a987a691ece495db9f42ce562efe (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 96f85a48beb7da9c373fc030474020d05c55a18d
Author: Michael Adam <obnox at samba.org>
Date:   Fri Mar 7 23:41:05 2008 +0100

    configure: fix quotation in SMB_LIBRARY for help output.
    
    Michael

-----------------------------------------------------------------------

Summary of changes:
 source/m4/aclocal.m4 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/m4/aclocal.m4 b/source/m4/aclocal.m4
index 888c49d..ef0abad 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
 	*)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list