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)
committerStefan Metzmacher <metze@samba.org>
Mon, 18 Apr 2011 16:15:34 +0000 (18:15 +0200)
(cherry picked from commit 6a598b2ec0330019e677129156d6e27dbb18a225)

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/configure.in

index 0196cd55d0fed90e8e399075a6ebac163b28aa53..fee93c8de328db6efab4f8289f8f0edd04c2075c 100644 (file)
@@ -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)