svn commit: samba r19233 - in branches/SAMBA_3_0/source: .

metze at samba.org metze at samba.org
Wed Oct 11 05:36:53 GMT 2006


Author: metze
Date: 2006-10-11 05:36:52 +0000 (Wed, 11 Oct 2006)
New Revision: 19233

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

Log:
remove unused --with-spinlocks option

the defines are not used anywhere in the tree.
(grep -R SPINLOCKS . in the topdir)

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


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2006-10-11 05:18:20 UTC (rev 19232)
+++ branches/SAMBA_3_0/source/configure.in	2006-10-11 05:36:52 UTC (rev 19233)
@@ -4823,30 +4823,6 @@
 fi
 AC_MSG_RESULT([$samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPPORT])
 
-AC_ARG_WITH(spinlocks, 
-[  --with-spinlocks        Use spin locks instead of fcntl locks (default=no) ])
-if test "x$with_spinlocks" = "xyes"; then
-    AC_DEFINE(USE_SPINLOCKS,1,[Whether to use spin locks instead of fcntl locks])
-
-    case "$host_cpu" in
-        sparc)
-            AC_DEFINE(SPARC_SPINLOCKS,1,[Whether to use sparc spinlocks])
-            ;;
-
-        i386|i486|i586|i686)
-            AC_DEFINE(INTEL_SPINLOCKS,1,[Whether to use intel spinlocks])
-            ;;
-
-        mips)
-            AC_DEFINE(MIPS_SPINLOCKS,1,[Whether to use mips spinlocks])
-            ;;
-
-        powerpc)
-            AC_DEFINE(POWERPC_SPINLOCKS,1,[Whether to use powerpc spinlocks])
-            ;;
-    esac
-fi
-
 #################################################
 # check for cluster extensions
 



More information about the samba-cvs mailing list