diff options
author | Jeremy Allison <jra@samba.org> | 2014-08-13 16:40:40 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-08-14 21:27:13 +0200 |
commit | a4fa65811d3a3c4626655b1c14313e43fe6c5768 (patch) | |
tree | 532b920f9ec14da756dd18d7310302bdf363e93f /wscript | |
parent | 8bbf901f9349e9b33caa24fd2a2333c060952646 (diff) | |
download | samba-a4fa65811d3a3c4626655b1c14313e43fe6c5768.tar.gz |
Don't build iniparser anymore.
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -122,15 +122,9 @@ def configure(conf): conf.RECURSE('dynconfig') if conf.CHECK_FOR_THIRD_PARTY(): - conf.RECURSE('third_party/iniparser/src') conf.RECURSE('third_party/zlib') conf.RECURSE('third_party/popt') else: - if not conf.CHECK_INIPARSER(): - raise Utils.WafError('iniparser development packages have not been found.\nIf third_party is installed, check that it is in the proper place.') - else: - conf.define('USING_SYSTEM_INIPARSER', 1) - if not conf.CHECK_ZLIB(): raise Utils.WafError('zlib development packages have not been found.\nIf third_party is installed, check that it is in the proper place.') else: |