From: Noel Power Date: Mon, 8 Jan 2024 16:45:16 +0000 (+0000) Subject: s3: Make build of wspsearch client enabled by default X-Git-Tag: talloc-2.4.2~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49b6137f7c2244aeb3cf9b65fc9d46fcf0b8dc55;p=thirdparty%2Fsamba.git 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 --- diff --git a/source3/wscript b/source3/wscript index 42af1f44975..12394ef84b1 100644 --- a/source3/wscript +++ b/source3/wscript @@ -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 = []