From: Stefan Metzmacher Date: Tue, 26 Aug 2014 19:33:05 +0000 (+0200) Subject: pidl/wscript: remove --with-perl-* options X-Git-Tag: samba-4.0.23~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31259de38910b6a2a46bcd61bbdafac1a34a903a;p=thirdparty%2Fsamba.git 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) --- 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.