s3:wscript: enable Spotlight by default
authorRalph Boehme <slow@samba.org>
Wed, 17 Apr 2019 14:42:20 +0000 (16:42 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 8 Aug 2019 20:24:32 +0000 (20:24 +0000)
commit12ef7b38437f4a4211fa3dce3e3c1e76a3d3df78
tree4500dde43fa71a21e36587e32004c58206ba0696
parent25c5012c53f4d8efbe04ee8d3c8af256fec592a7
s3:wscript: enable Spotlight by default

Now that we have a no-op backend that is always available, we can compile mdssvc
by default.

The new behaviour is:

option not used       Default: build mdsvc with available backends
                      from autodetection
--disable-spotlight   Do not build mdssvc
--enable-spotlight    Build mdssvc and require a real backend
      (currently Tracker, in the future also Elasticsearch)

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/wscript