From: Niels Möller Date: Mon, 24 Aug 2015 20:15:11 +0000 (+0200) Subject: Message fix for MIPS abi detection. X-Git-Tag: nettle_3.2_release_20160128~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61870a818b64b966d457d2fd1a3525fce715e066;p=thirdparty%2Fnettle.git Message fix for MIPS abi detection. --- diff --git a/configure.ac b/configure.ac index c7ed7841..1cc7c61b 100644 --- a/configure.ac +++ b/configure.ac @@ -295,7 +295,7 @@ case "$host_cpu" in *mips*) AC_TRY_COMPILE([ #if defined(__sgi) && defined(__LP64__) -#error 32-bit mips +#error 64-bit mips #endif ], [], [ ABI=32