summaryrefslogtreecommitdiff
path: root/pidl/wscript
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-09-04 01:38:14 +0200
committerStefan Metzmacher <metze@samba.org>2014-09-05 19:47:06 +0200
commit191fc0e541e7c9d0a1095dc287402df9947ce779 (patch)
treee023d9a8189590cd8ed927f4dba5dd9487a014af /pidl/wscript
parent7bf9e937ae59e10a9b40be3a60ffaad49669fb83 (diff)
downloadsamba-191fc0e541e7c9d0a1095dc287402df9947ce779.tar.gz
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 <metze@samba.org> Signed-off-by: Michael Adam <obnox@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'pidl/wscript')
-rw-r--r--pidl/wscript3
1 files changed, 0 insertions, 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)