summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-10-11 05:36:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:15:23 -0500
commitfc15a2ae5fbbc5b244c16dafeda3898772ef988e (patch)
tree6a31eb13c87b745e26535255416d24fc0faadca4 /source3
parent2c2728b8a7a7d723f52652a15407f308b064852f (diff)
downloadsamba-fc15a2ae5fbbc5b244c16dafeda3898772ef988e.tar.gz
samba-fc15a2ae5fbbc5b244c16dafeda3898772ef988e.tar.bz2
samba-fc15a2ae5fbbc5b244c16dafeda3898772ef988e.zip
r19233: remove unused --with-spinlocks option
the defines are not used anywhere in the tree. (grep -R SPINLOCKS . in the topdir) metze (This used to be commit 1697686d9da7dd1ac707c7af9c145c0fc6204108)
Diffstat (limited to 'source3')
-rw-r--r--source3/configure.in24
1 files changed, 0 insertions, 24 deletions
diff --git a/source3/configure.in b/source3/configure.in
index bcc89b9ed5..97fb705dce 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -4823,30 +4823,6 @@ if test x"$samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPPORT" = x"yes"; then
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