From 5b38c52d950274289de9c8bd96597102ebde3c5e Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Fri, 23 Nov 2012 12:33:37 +0100 Subject: [PATCH] waf: Disable ntdb by default. Disable ntdb by default for 4.0 as it is not used yet. Karolin Signed-off-by: Karolin Seeger --- wscript | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/wscript b/wscript index 4f82310..c8dcccd 100644 --- a/wscript +++ b/wscript @@ -60,7 +60,7 @@ def set_options(opt): opt.add_option('--disable-ntdb', help=("disable ntdb"), - action="store_true", dest='disable_ntdb', default=False) + action="store_true", dest='disable_ntdb', default=True) opt.tool_options('python') # options for disabling pyc or pyo compilation -- 1.7.7