summaryrefslogtreecommitdiff
path: root/pidl/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'pidl/wscript')
-rw-r--r--pidl/wscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/pidl/wscript b/pidl/wscript
index 236439153ec..49658700f12 100644
--- a/pidl/wscript
+++ b/pidl/wscript
@@ -32,6 +32,9 @@ 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)
+
# we need a recent version of MakeMaker to get the right man page names
if conf.CHECK_PERL_MANPAGE():
conf.env.PERLMAN1EXT = conf.CHECK_PERL_MANPAGE(section='1')