pidl/wscript: don't check for perl again.
[nivanova/samba-autobuild/.git] / 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)