[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Mon May 31 04:52:47 MDT 2010


The branch, master has been updated
       via  cc77e79... s4-waf: Fixed the ldb build.
      from  11e2608... s3/s4:netrEnumerateTrustedDomains - this call returns a "NTSTATUS" result

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


- Log -----------------------------------------------------------------
commit cc77e7966ea95ccc0812dd772a9002b41792e6b8
Author: Stefan Metzmacher <metze at samba.org>
Date:   Mon May 31 12:51:58 2010 +0200

    s4-waf: Fixed the ldb build.

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

Summary of changes:
 source4/lib/ldb/wscript |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript
index 0282073..15740d6 100644
--- a/source4/lib/ldb/wscript
+++ b/source4/lib/ldb/wscript
@@ -48,9 +48,9 @@ def configure(conf):
     if conf.env.standalone_ldb:
         conf.find_program('xsltproc', var='XSLTPROC')
 
-    # we need this for the ldap backend
-    if conf.CHECK_FUNCS_IN('ber_flush ldap_open ldap_initialize', 'lber ldap', headers='lber.h ldap.h'):
-        conf.env.ENABLE_LDAP_BACKEND = True
+        # we need this for the ldap backend
+        if conf.CHECK_FUNCS_IN('ber_flush ldap_open ldap_initialize', 'lber ldap', headers='lber.h ldap.h'):
+            conf.env.ENABLE_LDAP_BACKEND = True
 
     conf.DEFINE('HAVE_CONFIG_H', 1, add_to_cflags=True)
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list