summaryrefslogtreecommitdiff
path: root/source3/wscript
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-10-24 17:55:17 +0200
committerKarolin Seeger <kseeger@samba.org>2014-11-07 20:58:12 +0100
commit3bd42c0eb1d0e03ca02219d054d29399e857a495 (patch)
treee291f7fc3a2d92e097026193f29cf41fe63fb410 /source3/wscript
parent9c6e0fd67af3c486ba0c5e0999f4b28d9c1ba897 (diff)
downloadsamba-3bd42c0eb1d0e03ca02219d054d29399e857a495.tar.gz
build: adapt comments for the clustering choice
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Amitay Isaacs <amitay@gmail.com> (cherry picked from commit a72ca5a200c6321f3e3a42761dc3d661dacd5021)
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 a89957ece62..9778d4e3cb6 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -1443,11 +1443,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: