diff options
-rw-r--r-- | lib/zlib/wscript | 3 |
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): |