[Groonga-commit] groonga/groonga at b950d92 [master] Fix wrong zlib/lzo support reporting in --version

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Oct 20 22:33:27 JST 2014


Kouhei Sutou	2014-10-20 22:33:27 +0900 (Mon, 20 Oct 2014)

  New Revision: b950d92db67012ce419b95e8d2f44724cbff74be
  https://github.com/groonga/groonga/commit/b950d92db67012ce419b95e8d2f44724cbff74be

  Message:
    Fix wrong zlib/lzo support reporting in --version

  Modified files:
    src/groonga.c

  Modified: src/groonga.c (+2 -2)
===================================================================
--- src/groonga.c    2014-10-20 12:43:00 +0900 (b62c462)
+++ src/groonga.c    2014-10-20 22:33:27 +0900 (9d1009d)
@@ -2274,10 +2274,10 @@ show_version(void)
 #ifdef GRN_WITH_MESSAGE_PACK
   printf(",msgpack");
 #endif
-#ifndef NO_ZLIB
+#ifdef GRN_WITH_ZLIB
   printf(",zlib");
 #endif
-#ifndef NO_LZO
+#ifdef GRN_WITH_LZO
   printf(",lzo");
 #endif
 #ifdef USE_KQUEUE
-------------- next part --------------
HTML����������������������������...
Download 



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