about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-10-19 14:12:03 -0400
committerMike Frysinger <vapier@gentoo.org>2015-10-19 14:12:03 -0400
commit44f826e317f28969ea6ca0e87aa4c6b69c819245 (patch)
treef91693ed82c3dec62f472c74cd1f320df1fcd800 /configure.ac
parentbc148ca1b1d9305b198e402c3c9c08ff80403d50 (diff)
downloadglibc-44f826e317f28969ea6ca0e87aa4c6b69c819245.tar.gz
glibc-44f826e317f28969ea6ca0e87aa4c6b69c819245.tar.xz
glibc-44f826e317f28969ea6ca0e87aa4c6b69c819245.zip
timezone: polish grammar a bit in documentation
Reported-by: ricaljasan@pacific.net
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 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)