Move configure part of third party to third_party/wscript.
[samba.git] / wscript
diff --git a/wscript b/wscript
index 146556bec4f8664cc6ae1fcbdb029678b435c440..8cf22f86ac0b3b475de5997fcdb8d2f9426dcc66 100644 (file)
--- 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.')