From: Niels Möller Date: Sat, 31 May 2014 11:41:08 +0000 (+0200) Subject: Drop single quote in configure warning message. X-Git-Tag: nettle_3.0_release_20140607~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25dd7f4663da1bd7ede0a26e5934d2b13b0bc350;p=thirdparty%2Fnettle.git Drop single quote in configure warning message. --- 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