Kouhei Sutou
null+****@clear*****
Tue Oct 28 12:06:41 JST 2014
Kouhei Sutou 2014-10-28 12:06:41 +0900 (Tue, 28 Oct 2014) New Revision: 0105ff18b67f89828be41ff190b794415df1ab0a https://github.com/groonga/groonga/commit/0105ff18b67f89828be41ff190b794415df1ab0a Message: cmake: fix description Modified files: CMakeLists.txt Modified: CMakeLists.txt (+2 -2) =================================================================== --- CMakeLists.txt 2014-10-28 12:03:43 +0900 (326b161) +++ CMakeLists.txt 2014-10-28 12:06:41 +0900 (aa13954) @@ -295,7 +295,7 @@ else() endif() endif() -option(GRN_WITH_ZLIB "use zlib for data compression." OFF) +option(GRN_WITH_ZLIB "Support data compression by zlib." OFF) if(GRN_WITH_ZLIB) ac_check_lib(z compress) if(NOT HAVE_LIBZ) @@ -303,7 +303,7 @@ if(GRN_WITH_ZLIB) endif() endif() -option(GRN_WITH_LZ4 "use LZ4 for data compression." OFF) +option(GRN_WITH_LZ4 "Support data compression by LZ4." OFF) if(GRN_WITH_LZ4) ac_check_lib(lz4 LZ4_compress) if(NOT HAVE_LIBLZ4) -------------- next part -------------- HTML����������������������������... Download