From ee2148754e2e2604ac918343fa8769a25523eb49 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 26 Aug 2014 21:33:05 +0200 Subject: pidl/wscript: remove --with-perl-* options 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 Reviewed-by: Michael Adam --- pidl/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pidl/wscript b/pidl/wscript index 0d7626c89f..27cb230efb 100644 --- a/pidl/wscript +++ b/pidl/wscript @@ -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. -- cgit