1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-01 21:18:10 +03:00

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 1697686d9d)
This commit is contained in:
Stefan Metzmacher 2006-10-11 05:36:52 +00:00 committed by Gerald (Jerry) Carter
parent 2c2728b8a7
commit fc15a2ae5f

View File

@ -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