summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2014-01-16 22:22:19 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2014-01-16 22:22:19 (GMT)
commit182a3d711a2ce5f62dc3a69cc43ea8ae5ff02092 (patch)
treea9b88059a1703da3cf59bf5395063f52e834492f
parent2ee8d1d8f20212ee83692a45e9755c41c13cbe43 (diff)
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>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index df3f9dd..a8a615b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,7 +62,7 @@ AC_ARG_ENABLE(
[local],
[AS_HELP_STRING(
[--enable-local],
- [don't install, and use current directory])])
+ [do not install, and use current directory])])
AC_SUBST([enable_local], [${enable_local:-no}])
AC_ARG_ENABLE(
[shared],