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

Drop single quote in configure warning message.

parent 4f34b218
Branches
Tags
No related merge requests found
...@@ -506,7 +506,7 @@ if test x$enable_assembler = xyes ; then ...@@ -506,7 +506,7 @@ if test x$enable_assembler = xyes ; then
elif grep a_global_symbol conftest.out >/dev/null ; then elif grep a_global_symbol conftest.out >/dev/null ; then
nettle_cv_asm_underscore=no nettle_cv_asm_underscore=no
else else
AC_MSG_WARN([nm doesn't list a_global_symbol at all]) AC_MSG_WARN([nm does not list a_global_symbol at all])
fi], fi],
[AC_MSG_WARN([test program with a single global could not be compiled!?])])]) [AC_MSG_WARN([test program with a single global could not be compiled!?])])])
if test x$nettle_cv_asm_underscore = xyes ; then if test x$nettle_cv_asm_underscore = xyes ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment