mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-13 22:23:04 +00:00
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>
This commit is contained in:
parent
2ee8d1d8f2
commit
182a3d711a
@ -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],
|
||||
|
Loading…
x
Reference in New Issue
Block a user