[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Sat Apr 24 05:28:44 MDT 2010


The branch, master has been updated
       via  9244941... lib/zlib/wscript: fix system zlib detection
      from  4c7cc8b... Revert "nsswitch: Fix a memleak in wbinfo"

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


- Log -----------------------------------------------------------------
commit 92449412dcb1c809689eebd0ab7e2ebee3de6fbf
Author: Stefan Metzmacher <metze at samba.org>
Date:   Fri Apr 23 08:11:44 2010 +0200

    lib/zlib/wscript: fix system zlib detection
    
    metze

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

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


Changeset truncated at 500 lines:

diff --git a/lib/zlib/wscript b/lib/zlib/wscript
index ab6e7fb..6f0d4f7 100644
--- a/lib/zlib/wscript
+++ b/lib/zlib/wscript
@@ -10,6 +10,9 @@ def configure(conf):
                     #error "ZLIB_VERNUM < 0x1230"
                     #endif
                     ''',
+                    headers='zlib.h',
+                    local_include=False,
+                    msg='Checking for ZLIB_VERNUM >= 0x1230',
                     define='HAVE_ZLIB')
 
 def build(bld):


-- 
Samba Shared Repository


More information about the samba-cvs mailing list