From 191fc0e541e7c9d0a1095dc287402df9947ce779 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 4 Sep 2014 01:38:14 +0200 Subject: [PATCH] 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 --- pidl/wscript | 3 --- 1 file changed, 3 deletions(-) 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) -- 2.34.1