summaryrefslogtreecommitdiff
path: root/support/config.m4
diff options
context:
space:
mode:
authorMartin Kraemer <martin@apache.org>2003-08-11 08:03:41 +0000
committerMartin Kraemer <martin@apache.org>2003-08-11 08:03:41 +0000
commita7f39b1d90881f11850ad7cecffe49e5c68f39d2 (patch)
tree5853cadfb7c64d6d7978907a324dfafe9322b6c0 /support/config.m4
parent3a3ecb8b08acfe30b984df86b2e429292b40ee2f (diff)
downloadhttpd-a7f39b1d90881f11850ad7cecffe49e5c68f39d2.tar.gz
Typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100959 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/config.m4')
-rw-r--r--support/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/support/config.m4 b/support/config.m4
index 8169a1ec4b..cb2322ec8c 100644
--- a/support/config.m4
+++ b/support/config.m4
@@ -6,7 +6,7 @@ htdbm_LTFLAGS=""
ab_LTFLAGS=""
checkgid_LTFLAGS=""
-AC_ARG_ENABLE(static-support,APACHE_HELP_STRING(--enable-static-support,Build a statically linked version the support binaries),[
+AC_ARG_ENABLE(static-support,APACHE_HELP_STRING(--enable-static-support,Build a statically linked version of the support binaries),[
if test "$enableval" = "yes" ; then
APR_ADDTO(htpasswd_LTFLAGS, [-static])
APR_ADDTO(htdigest_LTFLAGS, [-static])