You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2013/08/28 02:59:06 UTC

svn commit: r1518042 - /httpd/httpd/trunk/CMakeLists.txt

Author: trawick
Date: Wed Aug 28 00:59:05 2013
New Revision: 1518042

URL: http://svn.apache.org/r1518042
Log:
Follow up to r1518041: zlib is found, deflate build is working

Modified:
    httpd/httpd/trunk/CMakeLists.txt

Modified: httpd/httpd/trunk/CMakeLists.txt
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CMakeLists.txt?rev=1518042&r1=1518041&r2=1518042&view=diff
==============================================================================
--- httpd/httpd/trunk/CMakeLists.txt (original)
+++ httpd/httpd/trunk/CMakeLists.txt Wed Aug 28 00:59:05 2013
@@ -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)