configure: fix typo

When using help, the output for --enable-shared was :
`--enable-shared     enable enable shared library [disable]`
This commit is contained in:
Nyx0uf
2014-02-24 11:50:21 +01:00
parent 40486fd8bd
commit 8f4bc16cd7

View File

@@ -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
}, {