pidl/wscript: remove --with-perl-* options
authorStefan Metzmacher <metze@samba.org>
Tue, 26 Aug 2014 19:33:05 +0000 (21:33 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 8 Sep 2014 22:39:07 +0000 (00:39 +0200)
These are not needed anymore as we have useful defaults now.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=10472

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
pidl/wscript

index 0d7626c89f51252bdab3e1fb85592aa7d2a224da..27cb230efb172fcfd82e339f00aed6d1541c813d 100644 (file)
@@ -26,7 +26,7 @@ def check_system_perl_module(conf, module, version=None):
     return True
 
 def set_options(opt):
-    opt.tool_options('perl')
+    return
 
 def configure(conf):
     # Check if perl(Parse::Yapp::Driver) is available.