From: Justin Erenkrantz Date: Mon, 17 Feb 2003 02:47:11 +0000 (+0000) Subject: Switch mod_deflate to 'most' status now. It's stable enough and will disable X-Git-Tag: pre_ajp_proxy~2125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ff3ff20ffb8fa699963e16bb69b8fed7694b191;p=apache Switch mod_deflate to 'most' status now. It's stable enough and will disable itself if zlib isn't found. PR: 15786 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98686 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/filters/config.m4 b/modules/filters/config.m4 index 726dfe2963..d5f7a29bca 100644 --- a/modules/filters/config.m4 +++ b/modules/filters/config.m4 @@ -9,7 +9,7 @@ APACHE_MODULE(include, Server Side Includes, , , yes) APR_ADDTO(LT_LDFLAGS,-export-dynamic) -APACHE_MODULE(deflate, Deflate transfer encoding support, , , no, [ +APACHE_MODULE(deflate, Deflate transfer encoding support, , , most, [ AC_ARG_WITH(z, APACHE_HELP_STRING(--with-z=DIR,use a specific zlib library), [ if test "x$withval" != "xyes" && test "x$withval" != "x"; then