summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-03-31 16:06:36 +0200
committerMichael Adam <obnox@samba.org>2011-03-31 18:10:22 +0200
commit7b9648c08699161661e0f6db681281e7af88d6e4 (patch)
treed9f1447457448daba28a34569f054de40d7fc232 /source3/configure.in
parent69aead60e27695d19aeda6226a91e1358d070f03 (diff)
downloadsamba-7b9648c08699161661e0f6db681281e7af88d6e4.tar.gz
samba-7b9648c08699161661e0f6db681281e7af88d6e4.tar.bz2
samba-7b9648c08699161661e0f6db681281e7af88d6e4.zip
s3:configure: introduce "--enable-old-ctdb" to enable enforcing build against old ctdb
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 291bc0642c..6116c36483 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)