X-Git-Url: http://git.samba.org/samba.git/?p=garming%2Fsamba-autobuild%2F.git;a=blobdiff_plain;f=third_party%2Fwscript;fp=third_party%2Fwscript;h=3185f90b7968e49a7ef36d390464ece415e4dae3;hp=286e1015e7067a2780351a2c51076f98c07b5928;hb=2b7224ab7c555fdaacd0a84649b533e4edb377da;hpb=4be5ffdca620c38e65ca955039acbdcf72829c67 diff --git a/third_party/wscript b/third_party/wscript index 286e1015e70..3185f90b796 100644 --- a/third_party/wscript +++ b/third_party/wscript @@ -48,7 +48,6 @@ def configure(conf): find_third_party_module(conf, module, package) conf.RECURSE('cmocka') conf.RECURSE('popt') - conf.RECURSE('zlib') conf.RECURSE('aesni-intel') if conf.CONFIG_GET('ENABLE_SELFTEST'): conf.RECURSE('socket_wrapper') @@ -80,7 +79,6 @@ def build(bld): bld.INSTALL_FILES('${PYTHONARCHDIR}/samba/third_party', 'empty_file', destname='__init__.py') bld.RECURSE('cmocka') - bld.RECURSE('zlib') bld.RECURSE('popt') bld.RECURSE('aesni-intel') if bld.CONFIG_GET('SOCKET_WRAPPER'):