mirror of
https://github.com/samba-team/samba.git
synced 2025-02-25 17:57:42 +03:00
buildtools/wafsamba/wscript: typo fixes
Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
parent
e6cd888425
commit
522697331f
@ -92,7 +92,7 @@ def options(opt):
|
|||||||
gr = opt.option_group('developer options')
|
gr = opt.option_group('developer options')
|
||||||
|
|
||||||
gr.add_option('-C',
|
gr.add_option('-C',
|
||||||
help='enable configure cacheing',
|
help='enable configure caching',
|
||||||
action='store_true', dest='enable_configure_cache')
|
action='store_true', dest='enable_configure_cache')
|
||||||
gr.add_option('--enable-auto-reconfigure',
|
gr.add_option('--enable-auto-reconfigure',
|
||||||
help='enable automatic reconfigure on build',
|
help='enable automatic reconfigure on build',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user