Kouhei Sutou
null+****@clear*****
Sat Oct 25 22:26:21 JST 2014
Kouhei Sutou 2014-10-25 22:26:21 +0900 (Sat, 25 Oct 2014) New Revision: b632c8bd668eb62d6087837bcb1672b1762e47f1 https://github.com/groonga/groonga/commit/b632c8bd668eb62d6087837bcb1672b1762e47f1 Message: cmake: support LZ4 Modified files: CMakeLists.txt Modified: CMakeLists.txt (+5 -5) =================================================================== --- CMakeLists.txt 2014-10-25 21:56:12 +0900 (be86940) +++ CMakeLists.txt 2014-10-25 22:26:21 +0900 (5e5702d) @@ -296,11 +296,11 @@ if(GRN_WITH_ZLIB) endif() endif() -option(GRN_WITH_LZO "use LZO for data compression." OFF) -if(GRN_WITH_LZO) - ac_check_lib(lzo2 lzo1_compress) - if(NOT HAVE_LIBLZO2) - message(FATAL_ERROR "No liblzo2 found") +option(GRN_WITH_LZ4 "use LZ4 for data compression." OFF) +if(GRN_WITH_LZ4) + ac_check_lib(lz4 LZ4_compress) + if(NOT HAVE_LIBLZ4) + message(FATAL_ERROR "No liblz4 found") endif() endif() -------------- next part -------------- HTML����������������������������... Descargar