diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-02 21:27:09 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:23 +1000 |
commit | 7a8d58dbbcfb86039d078a352909853a69a86b49 (patch) | |
tree | 3fd1134895a273d2df3eb9cac863888c7d9e16f6 /pidl/wscript | |
parent | a799f5995ec0c216eb85d578db4dacdf2cb9eefe (diff) | |
download | samba-7a8d58dbbcfb86039d078a352909853a69a86b49.tar.gz samba-7a8d58dbbcfb86039d078a352909853a69a86b49.tar.bz2 samba-7a8d58dbbcfb86039d078a352909853a69a86b49.zip |
pidl-waf: disable pidl manpages
it's still causing trouble in the build farm
Diffstat (limited to 'pidl/wscript')
-rw-r--r-- | pidl/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pidl/wscript b/pidl/wscript index 2a0a434964..e4b044418a 100644 --- a/pidl/wscript +++ b/pidl/wscript @@ -11,7 +11,7 @@ def configure(conf): if conf.CHECK_PERL_MANPAGE(): conf.env.PERLMAN1EXT = conf.CHECK_PERL_MANPAGE(section='1') conf.env.PERLMAN3EXT = conf.CHECK_PERL_MANPAGE(section='3') - conf.DEFINE('HAVE_PERL_MAKEMAKER', 1) + #conf.DEFINE('HAVE_PERL_MAKEMAKER', 1) # yapp is used for building the parser conf.find_program('yapp', var='YAPP') |