summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2014-08-13 16:40:40 -0700
committerJeremy Allison <jra@samba.org>2014-08-14 21:27:13 +0200
commita4fa65811d3a3c4626655b1c14313e43fe6c5768 (patch)
tree532b920f9ec14da756dd18d7310302bdf363e93f /wscript
parent8bbf901f9349e9b33caa24fd2a2333c060952646 (diff)
downloadsamba-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--wscript6
1 files changed, 0 insertions, 6 deletions
diff --git a/wscript b/wscript
index 76e1f384cd7..37264f3fc7d 100644
--- a/wscript
+++ b/wscript
@@ -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: