s3: Make build of wspsearch client enabled by default
authorNoel Power <noel.power@suse.com>
Mon, 8 Jan 2024 16:45:16 +0000 (16:45 +0000)
committerRalph Boehme <slow@samba.org>
Fri, 26 Jan 2024 10:26:30 +0000 (10:26 +0000)
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>
source3/wscript

index 42af1f44975840fed8ed16a769c83c0251a8d3d8..12394ef84b162c5951f1bed7f53667dc163ad240 100644 (file)
@@ -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 = []