From 31259de38910b6a2a46bcd61bbdafac1a34a903a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 26 Aug 2014 21:33:05 +0200 Subject: [PATCH] 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 (cherry picked from commit ee2148754e2e2604ac918343fa8769a25523eb49) --- pidl/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pidl/wscript b/pidl/wscript index 0d7626c89f5..27cb230efb1 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. -- 2.47.2