Skip to content
Snippets Groups Projects
Commit 56cc838c authored by Niels Möller's avatar Niels Möller
Browse files

Changed message, say CC is the recommended way to configure the ABI.

Rev: nettle/configure.ac:1.19
parent 5fb6bb46
No related branches found
No related tags found
No related merge requests found
...@@ -145,7 +145,7 @@ case "$host_cpu" in ...@@ -145,7 +145,7 @@ case "$host_cpu" in
esac esac
if test "x$ABI" != xstandard ; then 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 if test "$libdir" = '${exec_prefix}/lib' ; then
# Try setting a better default # Try setting a better default
case "$host_cpu:$host_os:$ABI" in case "$host_cpu:$host_os:$ABI" in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment