From a7f39b1d90881f11850ad7cecffe49e5c68f39d2 Mon Sep 17 00:00:00 2001 From: Martin Kraemer Date: Mon, 11 Aug 2003 08:03:41 +0000 Subject: [PATCH] Typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100959 13f79535-47bb-0310-9956-ffa450edef68 --- support/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.50.1