From: Jeff Trawick Date: Wed, 28 Aug 2013 00:59:05 +0000 (+0000) Subject: Follow up to r1518041: zlib is found, deflate build is working X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da83a29c66b7727ad6992e0d4c831f266205373f;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a9c0400a60..84e680d4a02 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)