From 74bf0c6ec63955156f7acf673e2c5846bb8b212a Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 4 Jul 2012 13:51:07 +0930 Subject: ntdb: make --disable-ntdb work properly. As per bug #9024, make --disable-ntdb work again. Signed-off-by: Rusty Russell Autobuild-User(master): Rusty Russell Autobuild-Date(master): Wed Jul 4 08:11:33 CEST 2012 on sn-devel-104 --- wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 1238eb6ae3a..727374dee2a 100755 --- a/wscript +++ b/wscript @@ -132,6 +132,8 @@ def configure(conf): conf.env.disable_ntdb = getattr(Options.options, 'disable_ntdb', False) if not Options.options.disable_ntdb: conf.RECURSE('lib/ntdb') + else: + conf.DEFINE('DISABLE_NTDB', 1) conf.RECURSE('lib/zlib') conf.RECURSE('lib/util/charset') conf.RECURSE('source4/auth') -- cgit v1.2.1