mirror of
https://github.com/samba-team/samba.git
synced 2025-02-24 13:57:43 +03:00
s3: Make build of wspsearch client enabled by default
Although wspsearch client is experimental it is probably better to enable its building by default so it gets has some opportunity to be used/tested by users. Signed-off-by: Noel Power <noel.power@suse.com>
This commit is contained in:
parent
697d41420b
commit
49b6137f7c
@ -100,7 +100,7 @@ def options(opt):
|
||||
|
||||
# default = None means autodetection
|
||||
opt.samba_add_onoff_option('spotlight', with_name="enable", without_name="disable", default=None)
|
||||
opt.samba_add_onoff_option('wsp', with_name="enable", without_name="disable", default=False)
|
||||
opt.samba_add_onoff_option('wsp', with_name="enable", without_name="disable", default=True)
|
||||
|
||||
def configure(conf):
|
||||
default_static_modules = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user