summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2015-03-28 15:43:29 +0000
committerDavid Disseldorp <ddiss@samba.org>2015-03-30 11:04:15 +0200
commite50342f33d5969f34e5b83f1ed3e7644470fb2ce (patch)
tree5b9ab641a0b62f9f7d858d159d1eaa198ba637b4 /wscript
parentd16c0e369ef58a4051c9c917f9448acebf21d010 (diff)
downloadsamba-e50342f33d5969f34e5b83f1ed3e7644470fb2ce.tar.gz
Move configure part of third party to third_party/wscript.
Change-Id: I34875a8bde99df2e0a2659677e88640bb0ec1816 Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org>
Diffstat (limited to 'wscript')
-rw-r--r--wscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/wscript b/wscript
index 146556bec4f..8cf22f86ac0 100644
--- a/wscript
+++ b/wscript
@@ -114,8 +114,7 @@ def configure(conf):
conf.RECURSE('dynconfig')
if conf.CHECK_FOR_THIRD_PARTY():
- conf.RECURSE('third_party/zlib')
- conf.RECURSE('third_party/popt')
+ conf.RECURSE('third_party')
else:
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.')