tags 400802 + patch
thanks
On Thu, Dec 07, 2006 at 10:45:55AM +0100, Julien Danjou wrote:
> At 1165425627 time_t, Andreas Henriksson wrote:
> > Can you please test the attached patch?
> > Don't forget to run autoconf after applying it...
>
> It works.
>
Attached patch apparently solves the issue.
--
Regards,
Andreas Henriksson
diff -uriNp tdb-1.0.6/configure.in tdb-1.0.6-sparc64/configure.in
--- tdb-1.0.6/configure.in 2001-12-11 05:05:42.000000000 +0100
+++ tdb-1.0.6-sparc64/configure.in 2006-12-06 18:14:03.000000000 +0100
@@ -33,7 +33,7 @@ if test "x$with_spinlocks" = "xyes"; the
AC_DEFINE(USE_SPINLOCKS)
case "$host_cpu" in
- sparc)
+ sparc|sparc64)
AC_DEFINE(SPARC_SPINLOCKS)
;;