Skip to content

Commit

Permalink
pidl-waf: Check for system perl(Parse::Yapp::Driver).
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Schneider <[email protected]>
Reviewed-by: Stefan Metzmacher <[email protected]>
  • Loading branch information
cryptomilk authored and metze-samba committed Mar 6, 2014
1 parent 410ada4 commit 9e591e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pidl/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 9e591e3

Please sign in to comment.