From 9f36d0c447b2107798e560ce257026318952c5e2 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 6 May 2013 13:16:49 +0200 Subject: build: default --with-regedit to "auto" instead of "yes" This means we don't build regedit when there is no ncurses and this is not an error for the overall build. Signed-off-by: Michael Adam Reviewed-by: Kai Blin Autobuild-User(master): Kai Blin Autobuild-Date(master): Mon May 6 20:11:09 CEST 2013 on sn-devel-104 --- source3/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/wscript') diff --git a/source3/wscript b/source3/wscript index 72ab18a721..5e45facfbc 100644 --- a/source3/wscript +++ b/source3/wscript @@ -47,7 +47,7 @@ def set_options(opt): opt.SAMBA3_ADD_OPTION('cluster-support', default=None) - opt.SAMBA3_ADD_OPTION('regedit', default=True) + opt.SAMBA3_ADD_OPTION('regedit', default=None) opt.add_option('--with-ctdb-dir', help=("Directory under which ctdb is installed"), -- cgit