mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
lib/zlib/wscript: fix system zlib detection
metze
This commit is contained in:
parent
4c7cc8bb63
commit
92449412dc
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user