From 6a598b2ec0330019e677129156d6e27dbb18a225 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 31 Mar 2011 16:06:36 +0200 Subject: [PATCH] s3:configure: introduce "--enable-old-ctdb" to enable enforcing build against old ctdb --- source3/configure.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source3/configure.in b/source3/configure.in index 291bc0642c5d..6116c3648357 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -5424,6 +5424,12 @@ AC_ARG_WITH(ctdb, ;; esac]) +AC_ARG_ENABLE(old-ctdb, + [AS_HELP_STRING([--enable-old-ctdb], + [Enable build against (too) old ctdb version (default=no)])],, + [enable_old_ctdb=no]) + + if test "$with_cluster_support" != "no" ; then AC_MSG_NOTICE(checking whether cluster support is available) -- 2.34.1