[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Fri Dec 2 18:16:02 MST 2011


The branch, master has been updated
       via  0ebc501 tevent: Fix typo in build script.
      from  ecd0e86 Update the waf build system to link with the new PIDL locking code.

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


- Log -----------------------------------------------------------------
commit 0ebc501fa834a07b20d0f746b77623d1fc48b394
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Fri Dec 2 23:43:10 2011 +0100

    tevent: Fix typo in build script.
    
    Autobuild-User: Jelmer Vernooij <jelmer at samba.org>
    Autobuild-Date: Sat Dec  3 02:15:40 CET 2011 on sn-devel-104

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

Summary of changes:
 lib/tevent/wscript |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/tevent/wscript b/lib/tevent/wscript
index 6f94d80..5afaaca 100644
--- a/lib/tevent/wscript
+++ b/lib/tevent/wscript
@@ -92,7 +92,7 @@ def build(bld):
                           pc_files='tevent.pc',
                           private_library=private_library)
 
-    if not bld.CONFIG_SET('USING_SYSTEM_PYTDB'):
+    if not bld.CONFIG_SET('USING_SYSTEM_PYTEVENT'):
         bld.SAMBA_PYTHON('pytevent',
                          'pytevent.c',
                          deps='tevent',


-- 
Samba Shared Repository


More information about the samba-cvs mailing list