]> granicus.if.org Git - apache/commitdiff
Switch mod_deflate to 'most' status now. It's stable enough and will disable
authorJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 17 Feb 2003 02:47:11 +0000 (02:47 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 17 Feb 2003 02:47:11 +0000 (02:47 +0000)
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

index 726dfe296350af6f47f2f31e294a4f2ff65fe459..d5f7a29bca529017e4569b631bd2284f26e73938 100644 (file)
@@ -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