[Groonga-commit] groonga/groonga at 76ad8be [master] fix lz4 support reporting in --version

Back to archive index

Hiroshi Hatake null+****@clear*****
Tue Oct 21 23:34:39 JST 2014


Hiroshi Hatake	2014-10-21 23:34:39 +0900 (Tue, 21 Oct 2014)

  New Revision: 76ad8bebb14f0b4dcdbaf6b95646120479c26c06
  https://github.com/groonga/groonga/commit/76ad8bebb14f0b4dcdbaf6b95646120479c26c06

  Merged 0e3a5e7: Merge pull request #224 from cosmo0920/fix-support-reporting-lz4

  Message:
    fix lz4 support reporting in --version
    
    * In #223, lzo compression support dropped and add lz4 compression support.

  Modified files:
    src/groonga.c

  Modified: src/groonga.c (+2 -2)
===================================================================
--- src/groonga.c    2014-10-21 23:27:19 +0900 (9d1009d)
+++ src/groonga.c    2014-10-21 23:34:39 +0900 (49e9821)
@@ -2277,8 +2277,8 @@ show_version(void)
 #ifdef GRN_WITH_ZLIB
   printf(",zlib");
 #endif
-#ifdef GRN_WITH_LZO
-  printf(",lzo");
+#ifdef GRN_WITH_LZ4
+  printf(",lz4");
 #endif
 #ifdef USE_KQUEUE
   printf(",kqueue");
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index