build: adapt comments for the clustering choice
authorMichael Adam <obnox@samba.org>
Fri, 24 Oct 2014 15:55:17 +0000 (17:55 +0200)
committerAmitay Isaacs <amitay@samba.org>
Tue, 28 Oct 2014 04:42:05 +0000 (05:42 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
source3/wscript

index b8877a16f479a9090aa69724338a9e8b7e9a3ef7..ba1125e38c4dcd3af2c53045c28311045e20d996 100644 (file)
@@ -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: