From 7ff3ff20ffb8fa699963e16bb69b8fed7694b191 Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Mon, 17 Feb 2003 02:47:11 +0000 Subject: [PATCH] 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 --- modules/filters/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1