diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-10-19 14:12:03 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-10-19 14:12:03 -0400 |
commit | 44f826e317f28969ea6ca0e87aa4c6b69c819245 (patch) | |
tree | f91693ed82c3dec62f472c74cd1f320df1fcd800 /configure.ac | |
parent | bc148ca1b1d9305b198e402c3c9c08ff80403d50 (diff) | |
download | glibc-44f826e317f28969ea6ca0e87aa4c6b69c819245.tar.gz |
timezone: polish grammar a bit in documentation
Reported-by: ricaljasan@pacific.net
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 63f5f92260..eba7a15f11 100644 --- a/configure.ac +++ b/configure.ac @@ -161,7 +161,7 @@ AC_ARG_ENABLE([profile], [profile=no]) AC_ARG_ENABLE([timezone-tools], AC_HELP_STRING([--disable-timezone-tools], - [do not install timezone tools (if using external ones) @<:@default=install@:>@]), + [do not install timezone tools @<:@default=install@:>@]), [enable_timezone_tools=$enableval], [enable_timezone_tools=yes]) AC_SUBST(enable_timezone_tools) |