1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3-waf: Fix typo

Sorry for the noise
This commit is contained in:
Kai Blin 2010-05-27 22:45:13 +02:00
parent 21e8548c0a
commit 49a80fe671

View File

@ -61,7 +61,7 @@ def configure(conf):
conf.DEFINE('HAVE_CONFIG_H', 1, add_to_cflags=True)
if Options.options.developer:
conf.ADD_CFLAGS('-DDEVELOPER -DDEBUG_PASSWORD')
conv.env['developer'] = True
conf.env['developer'] = True
if Options.options.with_swat:
conf.env['build_swat'] = True