From 8f4bc16cd785d60669eac5767350d43763f20dc9 Mon Sep 17 00:00:00 2001 From: Nyx0uf Date: Mon, 24 Feb 2014 11:50:21 +0100 Subject: configure: fix typo When using help, the output for --enable-shared was : `--enable-shared enable enable shared library [disable]` --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 2292a44747..57543d66bc 100644 --- a/wscript +++ b/wscript @@ -11,7 +11,7 @@ from waftools.checks.custom import * build_options = [ { 'name': '--shared', - 'desc': 'enable shared library', + 'desc': 'shared library', 'default': 'disable', 'func': check_true }, { -- cgit v1.2.3