summaryrefslogtreecommitdiff
path: root/pidl
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-09-04 01:38:14 +0200
committerKarolin Seeger <kseeger@samba.org>2014-11-17 21:21:12 +0100
commit711a8108e668b272ba4001555a7149331f106614 (patch)
treeb0f7101f48b4495de8e2b8482636516a2d7af9a2 /pidl
parent94e9dae277372e22286a96beb042a94f28bb0781 (diff)
downloadsamba-711a8108e668b272ba4001555a7149331f106614.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> (cherry picked from commit 191fc0e541e7c9d0a1095dc287402df9947ce779)
Diffstat (limited to 'pidl')
-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)