mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
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 <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
This commit is contained in:
parent
431eeef931
commit
9f36d0c447
@ -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"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user