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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5302f48351eea7304f2260f0cd228ad88788330c;p=thirdparty%2Fapache%2Fhttpd.git 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 726dfe29635..d5f7a29bca5 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