X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=source3%2Fconfigure.in;h=fee93c8de328db6efab4f8289f8f0edd04c2075c;hb=d23748bb7c4e3ca39846f11225ec95bd32b1de53;hp=0196cd55d0fed90e8e399075a6ebac163b28aa53;hpb=1d81bf64b253786aa55400bc30f5b9082ab7034a;p=metze%2Fsamba%2Fwip.git diff --git a/source3/configure.in b/source3/configure.in index 0196cd55d0fe..fee93c8de328 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -5082,6 +5082,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)