mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +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"
|
#error "ZLIB_VERNUM < 0x1230"
|
||||||
#endif
|
#endif
|
||||||
''',
|
''',
|
||||||
|
headers='zlib.h',
|
||||||
|
local_include=False,
|
||||||
|
msg='Checking for ZLIB_VERNUM >= 0x1230',
|
||||||
define='HAVE_ZLIB')
|
define='HAVE_ZLIB')
|
||||||
|
|
||||||
def build(bld):
|
def build(bld):
|
||||||
|
Loading…
Reference in New Issue
Block a user