From a7ba4b5baa18501a99c7b0f0d3eee1c347ed2e68 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 5 Apr 2011 14:15:24 +0200 Subject: s3-waf: fix typo in ctdb checks. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Tue Apr 5 17:20:19 CEST 2011 on sn-devel-104 --- source3/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/wscript b/source3/wscript index e6e0b5a774..ebcb1b6888 100644 --- a/source3/wscript +++ b/source3/wscript @@ -1626,7 +1626,7 @@ main() { msg='Checking for SCHEDULE_FOR_DELETION control') if not conf.CONFIG_SET('HAVE_CTDB_CONTROL_SCHEDULE_FOR_DELETION_DECL'): - if not Options.optinons.enable_old_ctdb: + if not Options.options.enable_old_ctdb: have_cluster_support = False ctdb_broken = "SCHEDULE_FOR_DELETION control missing" else: -- cgit