Fix the docstring for --enable-tools.

This commit is contained in:
Eric S. Raymond 2008-01-11 12:29:51 +00:00
parent 6624b2c601
commit a2b609c57f

View file

@ -231,7 +231,7 @@ AC_ARG_ENABLE([editor],
[editor=no])
AC_ARG_ENABLE([tools],
AS_HELP_STRING([--enable-tools], [enable compilation of tools for translators and artists]),
AS_HELP_STRING([--enable-tools], [enable building and installation of tools for artists and WML maintainers]),
[tools=$enableval],
[tools=no])