summaryrefslogtreecommitdiffstats
path: root/source3/wscript
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-10-24 17:55:17 +0200
committerAmitay Isaacs <amitay@samba.org>2014-10-28 05:42:05 +0100
commita72ca5a200c6321f3e3a42761dc3d661dacd5021 (patch)
tree220aa2f3bb8638eaf400d9cb4d6dfb5e8b56e50d /source3/wscript
parentbf98630f0a44597e61cdfc735ab73d862643007b (diff)
downloadsamba-a72ca5a200c6321f3e3a42761dc3d661dacd5021.tar.gz
samba-a72ca5a200c6321f3e3a42761dc3d661dacd5021.tar.xz
samba-a72ca5a200c6321f3e3a42761dc3d661dacd5021.zip
build: adapt comments for the clustering choice
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript4
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/wscript b/source3/wscript
index b8877a16f4..ba1125e38c 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -1460,11 +1460,9 @@ main() {
conf.DEFINE('WITH_QUOTAS', '1')
#
- # checking for clustering (CTDB)
+ # cluster support (CTDB)
#
if not Options.options.with_cluster_support:
- # configure is called with --without-cluster-support,
- # so don't check for and build w/o ctdb support.
Logs.info("building without cluster support (--without-cluster-support)")
conf.env.with_ctdb = False
else: