From fafc97c73ca1eef870abbf3c724de3777f295815 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Wed, 28 Aug 2013 00:59:05 +0000 Subject: [PATCH] Follow up to r1518041: zlib is found, deflate build is working git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1518042 13f79535-47bb-0310-9956-ffa450edef68 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a9c0400a6..84e680d4a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,9 +42,9 @@ PROJECT(HTTPD C) # . Handling of module prerequisites # . Find support libraries: # + "Find" PCRE and APR (no bundled cmake FindXXX macros) -# + LUA, libxml2, zlib, distcache +# + LUA, libxml2, distcache # . Modules not yet supported: -# + mod_ldap, mod_authnz_ldap, mod_socache_dc, mod_deflate, mod_proxy_html, mod_xml2enc, +# + mod_ldap, mod_authnz_ldap, mod_socache_dc, mod_proxy_html, mod_xml2enc, # mod_lua, mod_serf, apreq+mod_apreq, mod_session_crypto # + mod_lbmethod_rr and mod_firehose, which don't compile on Windows # . Add a way to configure additional statically-linked modules (like --with-module on Unix) -- 2.40.0