summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript6
1 files changed, 0 insertions, 6 deletions
diff --git a/wscript b/wscript
index 93144f9edd..752b400dc3 100644
--- a/wscript
+++ b/wscript
@@ -104,12 +104,6 @@ build_options = [
'deps': 'libdl && !os-win32',
'func': check_cc(linkflags=['-rdynamic']),
}, {
- 'name': '--zsh-comp',
- 'desc': 'zsh completion',
- 'func': check_ctx_vars('BIN_PERL'),
- 'func': check_true,
- 'default': 'disable',
- }, {
# does nothing - left for backward and forward compatibility
'name': '--asm',
'desc': 'inline assembly (currently without effect)',