summaryrefslogtreecommitdiffstats
path: root/source/configure.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-10-11 05:36:52 +0000
committerStefan Metzmacher <metze@samba.org>2006-10-11 05:36:52 +0000
commit0d2b07102104bf2aea91bd4da3ef73aa9db836e9 (patch)
tree1a89e9d8aa897a0ed76b2a2fbc9029ed056f1f04 /source/configure.in
parent76455d2426a70813dab2b9074a9d1715454fdb0d (diff)
downloadsamba-0d2b07102104bf2aea91bd4da3ef73aa9db836e9.tar.gz
samba-0d2b07102104bf2aea91bd4da3ef73aa9db836e9.tar.xz
samba-0d2b07102104bf2aea91bd4da3ef73aa9db836e9.zip
r19233: remove unused --with-spinlocks option
the defines are not used anywhere in the tree. (grep -R SPINLOCKS . in the topdir) metze
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in24
1 files changed, 0 insertions, 24 deletions
diff --git a/source/configure.in b/source/configure.in
index bcc89b9ed5a..97fb705dce4 100644
--- a/source/configure.in
+++ b/source/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