1
0
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:
Michael Adam 2013-05-06 13:16:49 +02:00 committed by Kai Blin
parent 431eeef931
commit 9f36d0c447

View File

@ -47,7 +47,7 @@ def set_options(opt):
opt.SAMBA3_ADD_OPTION('cluster-support', default=None) 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', opt.add_option('--with-ctdb-dir',
help=("Directory under which ctdb is installed"), help=("Directory under which ctdb is installed"),