s3:configure: introduce "--enable-old-ctdb" to enable enforcing build against old...
authorMichael Adam <obnox@samba.org>
Thu, 31 Mar 2011 14:06:36 +0000 (16:06 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 31 Mar 2011 16:10:22 +0000 (18:10 +0200)
source3/configure.in

index 291bc0642c5d28b233a7dab1cff328972b16ab43..6116c3648357e9acea9d87ffb23dcacc38576603 100644 (file)
@@ -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)