summaryrefslogtreecommitdiffstats
path: root/pidl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-08-26 21:33:05 +0200
committerStefan Metzmacher <metze@samba.org>2014-09-09 00:39:07 +0200
commitee2148754e2e2604ac918343fa8769a25523eb49 (patch)
tree5bc12575efa382d676c2406c3dacd5b02bf315f1 /pidl
parentcd87d9f78228a9eb3ebbc0deda41e9c1094905ca (diff)
downloadsamba-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/wscript2
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.