[SCM] Samba Shared Repository - branch master updated

Björn Jacke bjacke at samba.org
Mon Nov 8 13:59:01 MST 2010


The branch, master has been updated
       via  842a8e4 s3/configure: fix typo and warning
      from  124abb3 s4:password_hash LDB module - introduce a "userPassword" flag which enables/disables the two "userPassword" behaviours

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 842a8e43129d821ebf08cdf4fcba54d3789de756
Author: Björn Jacke <bj at sernet.de>
Date:   Mon Nov 8 21:14:44 2010 +0100

    s3/configure: fix typo and warning
    
    Autobuild-User: Björn Jacke <bjacke at samba.org>
    Autobuild-Date: Mon Nov  8 20:58:20 UTC 2010 on sn-devel-104

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

Summary of changes:
 source3/configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index 959e5eb..aedec9b 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -836,7 +836,7 @@ if test x$enable_cups != xno; then
 			# dendencies including thread libraries - use cups-config only if really
 			# required. 
 			AC_CHECK_LIB_EXT(cups, ac_save_PRINT_LIBS , httpConnect,
-				[PRINT_LIBS"$ac_save_PRINT_LIBS -lcups"],
+				[PRINT_LIBS="$ac_save_PRINT_LIBS -lcups"],
 				[AC_MSG_WARN([your cups library doesn't link with -lcups alone, it might be underlinked.]) ;
 				 PRINT_LIBS="$ac_save_PRINT_LIBS `$CUPS_CONFIG --libs`"])
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list