summaryrefslogtreecommitdiffstats
path: root/source3/wscript
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-01-21 14:34:48 +0100
committerMichael Adam <obnox@samba.org>2014-03-24 19:08:44 +0100
commit74b359c61686c1a940ec76ad4459fabc403a8715 (patch)
treef5db71b9c25ef2e8e75c569b72441a57cd396df0 /source3/wscript
parente93b85dbd871d5d56a7bc13235820c488a41266f (diff)
downloadsamba-74b359c61686c1a940ec76ad4459fabc403a8715.tar.gz
samba-74b359c61686c1a940ec76ad4459fabc403a8715.tar.xz
samba-74b359c61686c1a940ec76ad4459fabc403a8715.zip
s3:build: remove global CLUSTER_SUPPORT define
All ctdb specific code is isolated in samba-cluster-support.so now. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Mon Mar 24 19:08:44 CET 2014 on sn-devel-104
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/wscript b/source3/wscript
index e6d2bb3235..4fe49fabb7 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -1713,7 +1713,6 @@ main() {
conf.undefine('HAVE_CTDB_CHECK_CODE')
if have_cluster_support:
Logs.info("building with cluster support")
- conf.DEFINE('CLUSTER_SUPPORT', 1);
conf.env['CTDB_CFLAGS'] = CTDB_CFLAGS
else:
if Options.options.with_cluster_support == False:
@@ -1724,7 +1723,6 @@ main() {
else:
Logs.info("building without cluster support: " + ctdb_broken)
conf.env['CTDB_CFLAGS'] = ''
- conf.undefine('CLUSTER_SUPPORT')
conf.CHECK_CODE('__attribute__((destructor)) static void cleanup(void) { }',