]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Drop single quote in configure warning message.
authorNiels Möller <nisse@lysator.liu.se>
Sat, 31 May 2014 11:41:08 +0000 (13:41 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 31 May 2014 11:41:08 +0000 (13:41 +0200)
configure.ac

index 000ab4d09c39f4648f61bfac1d38924083fd6c52..34d339ab37a0f184963388bb4b46f657afc7c2e3 100644 (file)
@@ -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