[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-1088-gf143466

Kai Blin kai at samba.org
Wed Aug 19 04:40:10 MDT 2009


The branch, master has been updated
       via  f1434665048a7c16c702da03c32e6174b4bff5bc (commit)
      from  5270efab1a8dd06158aa45467958939b677e4b7b (commit)

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


- Log -----------------------------------------------------------------
commit f1434665048a7c16c702da03c32e6174b4bff5bc
Author: Kai Blin <kai at samba.org>
Date:   Wed Aug 19 12:38:58 2009 +0200

    s3 merged build: Don't build wbinfo twice.
    
    Many, many thanks to Metze for telling me which chicken to sacrifice.

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

Summary of changes:
 source3/samba4.m4 |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/samba4.m4 b/source3/samba4.m4
index 0d7834f..e4b2a0a 100644
--- a/source3/samba4.m4
+++ b/source3/samba4.m4
@@ -131,6 +131,9 @@ SMB_INCLUDE_MK(lib/ldb/python.mk)
 # Not sure why we need this..
 SMB_ENABLE(swig_ldb,YES)
 
+# Don't build wbinfo twice
+SMB_ENABLE(wbinfo, NO)
+
 m4_include(lib/tls/config.m4)
 m4_include(torture/libnetapi/config.m4)
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list