From: Michael Adam Date: Wed, 3 Sep 2014 23:38:14 +0000 (+0200) Subject: pidl/wscript: don't check for perl again. X-Git-Tag: samba-4.0.23~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4206a48d421751c99a6c33d749d29df2b0991c7;p=thirdparty%2Fsamba.git pidl/wscript: don't check for perl again. This is done at the toplevel now. BUG: https://bugzilla.samba.org/show_bug.cgi?id=10472 Pair-Programmed-With: Stefan Metzmacher Signed-off-by: Michael Adam Signed-off-by: Stefan Metzmacher (cherry picked from commit 191fc0e541e7c9d0a1095dc287402df9947ce779) --- diff --git a/pidl/wscript b/pidl/wscript index 49658700f12..c4edf57ddbb 100644 --- a/pidl/wscript +++ b/pidl/wscript @@ -29,9 +29,6 @@ def set_options(opt): opt.tool_options('perl') def configure(conf): - conf.check_tool('perl') - conf.check_perl_ext_devel() - # Check if perl(Parse::Yapp::Driver) is available. check_system_perl_module(conf, "Parse::Yapp::Driver", 1.05)