WAF: fix compatibility with Python 2.3

Gustavo J. A. M. Carneiro 2007-08-21 18:04:48 +01:00
parent bea15392ec
commit 35f5503e26
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ def set_options(opt):
opt.add_option('-d', '--debug-level',
action='callback',
type=str, dest='debug_level', default='debug',
type="string", dest='debug_level', default='debug',
help=('Specify the debug level, does nothing if CFLAGS is set'
' in the environment. [Allowed Values: debug, optimized].'
' WARNING: this option only has effect '