build: default --with-regedit to "auto" instead of "yes"
authorMichael Adam <obnox@samba.org>
Mon, 6 May 2013 11:16:49 +0000 (13:16 +0200)
committerKai Blin <kai@samba.org>
Mon, 6 May 2013 18:11:09 +0000 (20:11 +0200)
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 <obnox@samba.org>
Reviewed-by: Kai Blin <kai@samba.org>
Autobuild-User(master): Kai Blin <kai@samba.org>
Autobuild-Date(master): Mon May  6 20:11:09 CEST 2013 on sn-devel-104

source3/wscript

index 72ab18a721d253b7408e43fb3314c9f5b373f96c..5e45facfbc756183e380cd137695a544c76e8c89 100644 (file)
@@ -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"),