configure: s/don't/do not/
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Thu Jan 16 23:22:19 2014 +0100 (2014-01-16)
changeset 328031d303a49013
parent 3279 c4b4bb58f639
child 3281 529a71ea091e
configure: s/don't/do not/

The autoconf manual suggests not to use ' in messages.

I don't why they do, but it breaks syntax-highlighting.

Just remove the lone quote we have.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
configure.ac
     1.1 --- a/configure.ac	Sat Jan 04 16:17:40 2014 +0100
     1.2 +++ b/configure.ac	Thu Jan 16 23:22:19 2014 +0100
     1.3 @@ -62,7 +62,7 @@
     1.4      [local],
     1.5      [AS_HELP_STRING(
     1.6          [--enable-local],
     1.7 -        [don't install, and use current directory])])
     1.8 +        [do not install, and use current directory])])
     1.9  AC_SUBST([enable_local], [${enable_local:-no}])
    1.10  AC_ARG_ENABLE(
    1.11      [shared],