]> granicus.if.org Git - apache/commitdiff
Follow up to r1518041: zlib is found, deflate build is working
authorJeff Trawick <trawick@apache.org>
Wed, 28 Aug 2013 00:59:05 +0000 (00:59 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 28 Aug 2013 00:59:05 +0000 (00:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1518042 13f79535-47bb-0310-9956-ffa450edef68

CMakeLists.txt

index 8a9c0400a60cac69695f16d01a677006787e23ec..84e680d4a0241bc04d152402b60428e2f18a31d7 100644 (file)
@@ -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)