svn commit: samba r17138 - in branches: SAMBA_3_0/source SAMBA_3_0_23/source

vlendec at samba.org vlendec at samba.org
Wed Jul 19 16:28:21 GMT 2006


Author: vlendec
Date: 2006-07-19 16:28:20 +0000 (Wed, 19 Jul 2006)
New Revision: 17138

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17138

Log:
In preparation for the cluster merge, add an empty configure option :-)

Volker

Modified:
   branches/SAMBA_3_0/source/configure.in
   branches/SAMBA_3_0_23/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2006-07-19 15:59:52 UTC (rev 17137)
+++ branches/SAMBA_3_0/source/configure.in	2006-07-19 16:28:20 UTC (rev 17138)
@@ -4730,6 +4730,20 @@
 fi
 
 #################################################
+# check for cluster extensions
+
+AC_MSG_CHECKING(whether to include cluster support)
+AC_ARG_WITH(cluster-support, 
+[  --with-cluster-support  Enable cluster extensions (default=no)])
+if test "x$with_cluster_support" = "xyes"; then
+    AC_DEFINE(CLUSTER_SUPPORT,1,[Whether to enable cluster extensions])
+    AC_MSG_RESULT(yes)
+else
+    AC_MSG_RESULT(no)
+fi
+
+
+#################################################
 # check for ACL support
 
 AC_MSG_CHECKING(whether to support ACLs)

Modified: branches/SAMBA_3_0_23/source/configure.in
===================================================================
--- branches/SAMBA_3_0_23/source/configure.in	2006-07-19 15:59:52 UTC (rev 17137)
+++ branches/SAMBA_3_0_23/source/configure.in	2006-07-19 16:28:20 UTC (rev 17138)
@@ -4752,6 +4752,20 @@
 fi
 
 #################################################
+# check for cluster extensions
+
+AC_MSG_CHECKING(whether to include cluster support)
+AC_ARG_WITH(cluster-support, 
+[  --with-cluster-support  Enable cluster extensions (default=no)])
+if test "x$with_cluster_support" = "xyes"; then
+    AC_DEFINE(CLUSTER_SUPPORT,1,[Whether to enable cluster extensions])
+    AC_MSG_RESULT(yes)
+else
+    AC_MSG_RESULT(no)
+fi
+
+
+#################################################
 # check for ACL support
 
 AC_MSG_CHECKING(whether to support ACLs)



More information about the samba-cvs mailing list