summaryrefslogtreecommitdiff
path: root/lib/zlib
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-04-23 08:11:44 +0200
committerStefan Metzmacher <metze@samba.org>2010-04-24 13:19:23 +0200
commit92449412dcb1c809689eebd0ab7e2ebee3de6fbf (patch)
treee86f04e802062757a7bf780da807bd59436c2634 /lib/zlib
parent4c7cc8bb6303e9f976cdb87e2c00849ac46f8f02 (diff)
downloadsamba-92449412dcb1c809689eebd0ab7e2ebee3de6fbf.tar.gz
samba-92449412dcb1c809689eebd0ab7e2ebee3de6fbf.tar.bz2
samba-92449412dcb1c809689eebd0ab7e2ebee3de6fbf.zip
lib/zlib/wscript: fix system zlib detection
metze
Diffstat (limited to 'lib/zlib')
-rw-r--r--lib/zlib/wscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/zlib/wscript b/lib/zlib/wscript
index ab6e7fba4b..6f0d4f7989 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):