diff options
author | Michael Adam <obnox@samba.org> | 2013-05-06 13:16:49 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2013-05-06 20:11:09 +0200 |
commit | 9f36d0c447b2107798e560ce257026318952c5e2 (patch) | |
tree | 988ca36644e01ac8f400aad877e90a26c3108fa5 | |
parent | 431eeef9311a8e172dc782bc91492c94cc5fcde7 (diff) | |
download | samba-9f36d0c447b2107798e560ce257026318952c5e2.tar.gz samba-9f36d0c447b2107798e560ce257026318952c5e2.tar.bz2 samba-9f36d0c447b2107798e560ce257026318952c5e2.zip |
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
-rw-r--r-- | source3/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
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"), |