]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
pidl/wscript: don't check for perl again.
authorMichael Adam <obnox@samba.org>
Wed, 3 Sep 2014 23:38:14 +0000 (01:38 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 18 Nov 2014 20:09:04 +0000 (21:09 +0100)
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)

pidl/wscript

index 49658700f128a682b3cf72dfcd7c89a95811df35..c4edf57ddbb534f394c4d56588d7b5664c67bab4 100644 (file)
@@ -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)