diff options
author | Stefan Metzmacher <metze@samba.org> | 2014-08-26 21:33:05 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2014-09-09 00:39:07 +0200 |
commit | ee2148754e2e2604ac918343fa8769a25523eb49 (patch) | |
tree | 5bc12575efa382d676c2406c3dacd5b02bf315f1 /pidl | |
parent | cd87d9f78228a9eb3ebbc0deda41e9c1094905ca (diff) | |
download | samba-ee2148754e2e2604ac918343fa8769a25523eb49.tar.gz samba-ee2148754e2e2604ac918343fa8769a25523eb49.tar.xz samba-ee2148754e2e2604ac918343fa8769a25523eb49.zip |
pidl/wscript: remove --with-perl-* options
These are not needed anymore as we have useful defaults now.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=10472
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'pidl')
-rw-r--r-- | pidl/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pidl/wscript b/pidl/wscript index 0d7626c89f..27cb230efb 100644 --- a/pidl/wscript +++ b/pidl/wscript @@ -26,7 +26,7 @@ def check_system_perl_module(conf, module, version=None): return True def set_options(opt): - opt.tool_options('perl') + return def configure(conf): # Check if perl(Parse::Yapp::Driver) is available. |