From e36f24afd0b23d1b7b7ac166b201d60a0838a982 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 24 Oct 2014 17:55:17 +0200 Subject: [PATCH 2/2] build: adapt comments for the clustering choice Signed-off-by: Michael Adam --- source3/wscript | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source3/wscript b/source3/wscript index b8877a1..ba1125e 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: -- 1.9.1