[Groonga-commit] groonga/groonga [master] add msgpack detection for groonga --version

Back to archive index

null+****@clear***** null+****@clear*****
2011年 12月 14日 (水) 15:59:31 JST


Yoji SHIDARA	2011-12-14 06:59:31 +0000 (Wed, 14 Dec 2011)

  New Revision: a593ff466cf5273edd8f32c92dd623708ea78c96

  Merged 6da4415: Merge branch 'msgpack'

  Log:
    add msgpack detection for groonga --version

  Modified files:
    src/groonga.c

  Modified: src/groonga.c (+3 -0)
===================================================================
--- src/groonga.c    2011-12-14 01:21:03 +0000 (4bc1692)
+++ src/groonga.c    2011-12-14 06:59:31 +0000 (19da18e)
@@ -152,6 +152,9 @@ show_version(void)
 #ifdef WITH_MECAB
   printf(",mecab");
 #endif
+#ifdef HAVE_MESSAGE_PACK
+  printf(",msgpack");
+#endif
 #ifndef NO_ZLIB
   printf(",zlib");
 #endif




Groonga-commit メーリングリストの案内
Back to archive index