From 25dd7f4663da1bd7ede0a26e5934d2b13b0bc350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Sat, 31 May 2014 13:41:08 +0200 Subject: [PATCH] Drop single quote in configure warning message. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 000ab4d0..34d339ab 100644 --- a/configure.ac +++ b/configure.ac @@ -506,7 +506,7 @@ if test x$enable_assembler = xyes ; then elif grep a_global_symbol conftest.out >/dev/null ; then nettle_cv_asm_underscore=no 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], [AC_MSG_WARN([test program with a single global could not be compiled!?])])]) if test x$nettle_cv_asm_underscore = xyes ; then -- GitLab