From 56cc838c06b8b3c4414a2fd71e222bfa0f384d76 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Fri, 9 Apr 2010 15:50:43 +0200
Subject: [PATCH] Changed message, say CC is the recommended way to configure
 the ABI.

Rev: nettle/configure.ac:1.19
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 8d7d3b1b..e4c51e25 100644
--- a/configure.ac
+++ b/configure.ac
@@ -145,7 +145,7 @@ case "$host_cpu" in
 esac
 
 if test "x$ABI" != xstandard ; then
-  AC_MSG_NOTICE([Compiler uses $ABI-bit ABI. To change, set CFLAGS.])
+  AC_MSG_NOTICE([Compiler uses $ABI-bit ABI. To change, set CC.])
   if test "$libdir" = '${exec_prefix}/lib' ; then
     # Try setting a better default
     case "$host_cpu:$host_os:$ABI" in
-- 
GitLab