diff options
author | Kai Blin <kai@samba.org> | 2010-05-27 22:45:13 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2010-05-27 22:45:13 +0200 |
commit | 49a80fe6710a8c3c5977b35be2f55c2748b3bddc (patch) | |
tree | 92beab0a56585e5bf8351863d90e53afb38f71f9 /source3/wscript | |
parent | 21e8548c0a3ea8fcca4e97a9b0f8b5a2cddf3d29 (diff) | |
download | samba-49a80fe6710a8c3c5977b35be2f55c2748b3bddc.tar.gz samba-49a80fe6710a8c3c5977b35be2f55c2748b3bddc.tar.bz2 samba-49a80fe6710a8c3c5977b35be2f55c2748b3bddc.zip |
s3-waf: Fix typo
Sorry for the noise
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript index 6dc05c8bf4..c3d4c433de 100644 --- a/source3/wscript +++ b/source3/wscript @@ -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 |