pidl/wscript: don't check for perl again.
authorMichael Adam <obnox@samba.org>
Wed, 3 Sep 2014 23:38:14 +0000 (01:38 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 5 Sep 2014 17:47:06 +0000 (19:47 +0200)
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>
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)