From 49b6137f7c2244aeb3cf9b65fc9d46fcf0b8dc55 Mon Sep 17 00:00:00 2001 From: Noel Power Date: Mon, 8 Jan 2024 16:45:16 +0000 Subject: [PATCH] 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 --- source3/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = []