]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Message fix for MIPS abi detection.
authorNiels Möller <nisse@lysator.liu.se>
Mon, 24 Aug 2015 20:15:11 +0000 (22:15 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 24 Aug 2015 20:15:11 +0000 (22:15 +0200)
configure.ac

index c7ed78416e24205509072bb2fea2a92718e7d09a..1cc7c61b20b6ada37074f999b50de4e266ac4f68 100644 (file)
@@ -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