summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-07-20 04:09:20 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2020-08-02 06:46:22 -0400
commitbc5d4b3492f584503c6eae6df50beefb1c92d0ed (patch)
tree3cee869f3826f10ca6ae191986f088a684ebab41 /configure.ac
parentde9e2f988166f17bd3d4a08e635edbf29236e370 (diff)
downloadlighttpd-git-bc5d4b3492f584503c6eae6df50beefb1c92d0ed.tar.gz
[mod_compress] remove mod_compress
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index ca2abe97..6c198d44 100644
--- a/configure.ac
+++ b/configure.ac
@@ -921,7 +921,7 @@ AC_MSG_NOTICE([----------------------------------------])
AC_MSG_CHECKING([for zlib support])
AC_ARG_WITH([zlib],
[AC_HELP_STRING([--with-zlib],
- [Enable zlib support for mod_compress]
+ [Enable zlib support for mod_deflate]
)],
[WITH_ZLIB=$withval],
[WITH_ZLIB=yes]
@@ -952,7 +952,7 @@ AC_MSG_NOTICE([----------------------------------------])
AC_MSG_CHECKING([for bzip2 support])
AC_ARG_WITH([bzip2],
[AC_HELP_STRING([--with-bzip2],
- [Enable bzip2 support for mod_compress]
+ [Enable bzip2 support for mod_deflate]
)],
[WITH_BZIP2=$withval],
[WITH_BZIP2=no]
@@ -1620,7 +1620,6 @@ do_build="\
mod_auth \
mod_authn_file \
mod_cgi \
- mod_compress \
mod_deflate \
mod_dirlisting \
mod_evhost \