Brad Smith <[email protected]> writes: > Signed-off-by: Brad Smith <[email protected]> > > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure.ac b/configure.ac > index 73c6fc21..39b5b148 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -343,7 +343,7 @@ case "$host_cpu" in > ;; > *mips*) > AC_TRY_COMPILE([ > -#if defined(__sgi) && defined(__LP64__) > +#if defined(__mips64) || defined(__mips64__) || (defined(__sgi) && > defined(__LP64__)) > #error 64-bit mips > #endif > ], [], [
Thanks, this as well as the swap32 fix, now applied. /Niels Möller -- Niels Möller. PGP key CB4962D070D77D7FCB8BA36271D8F1FF368C6677. Internet email is subject to wholesale government surveillance. _______________________________________________ nettle-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected]
