[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Thu Nov 4 08:11:01 MDT 2010


The branch, master has been updated
       via  8b71438 s3-waf: add check for httpConnect and httpConnectEncrypt.
      from  78b05a3 s4-ldb_module.h: use LDB error code for ldb_error() macro rather than LDB_DEBUG_FATAL

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


- Log -----------------------------------------------------------------
commit 8b71438490d51d44d9eceef26eaf141420ea60ec
Author: Günther Deschner <gd at samba.org>
Date:   Wed Nov 3 17:16:06 2010 +0100

    s3-waf: add check for httpConnect and httpConnectEncrypt.
    
    Guenther
    
    Autobuild-User: Günther Deschner <gd at samba.org>
    Autobuild-Date: Thu Nov  4 14:10:40 UTC 2010 on sn-devel-104

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

Summary of changes:
 source3/wscript |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/wscript b/source3/wscript
index ea43c7e..5b83e23 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -461,6 +461,7 @@ return acl_get_perm_np(permset_d, perm);
                        package="", uselib_store="cups")
         conf.CHECK_HEADERS('cups/cups.h cups/language.h', lib='cups')
         conf.CHECK_LIB('cups')
+        conf.CHECK_FUNCS_IN('httpConnect httpConnectEncrypt', 'cups')
     else:
         # define an empty subsystem for cups, to allow it to be used as an empty dependency
         conf.SET_TARGET_TYPE('cups', 'EMPTY')


-- 
Samba Shared Repository


More information about the samba-cvs mailing list