From 49a80fe6710a8c3c5977b35be2f55c2748b3bddc Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Thu, 27 May 2010 22:45:13 +0200 Subject: [PATCH] s3-waf: Fix typo Sorry for the noise --- source3/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/wscript b/source3/wscript index 6dc05c8bf41..c3d4c433de0 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 -- 2.11.4.GIT