aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2014-01-16 23:22:19 +0100
committerYann E. MORIN" <yann.morin.1998@free.fr>2014-01-16 23:22:19 +0100
commit182a3d711a2ce5f62dc3a69cc43ea8ae5ff02092 (patch)
treea9b88059a1703da3cf59bf5395063f52e834492f /configure.ac
parent2ee8d1d8f20212ee83692a45e9755c41c13cbe43 (diff)
downloadcrosstool-ng-182a3d711a2ce5f62dc3a69cc43ea8ae5ff02092.tar.gz
crosstool-ng-182a3d711a2ce5f62dc3a69cc43ea8ae5ff02092.tar.bz2
crosstool-ng-182a3d711a2ce5f62dc3a69cc43ea8ae5ff02092.zip
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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index df3f9dd8..a8a615b8 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],