[Groonga-commit] groonga/groonga at 9d27b89 [master] Show "mruby" and "onigmo" in "groonga --version"

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Mar 23 18:33:17 JST 2015


Kouhei Sutou	2015-03-23 18:33:17 +0900 (Mon, 23 Mar 2015)

  New Revision: 9d27b89d167f3b74d11b90d7a7056968d996be83
  https://github.com/groonga/groonga/commit/9d27b89d167f3b74d11b90d7a7056968d996be83

  Message:
    Show "mruby" and "onigmo" in "groonga --version"

  Modified files:
    src/groonga.c

  Modified: src/groonga.c (+6 -0)
===================================================================
--- src/groonga.c    2015-03-23 18:04:36 +0900 (408fc57)
+++ src/groonga.c    2015-03-23 18:33:17 +0900 (bf8fe64)
@@ -2515,6 +2515,12 @@ show_version(void)
 #ifdef GRN_WITH_MESSAGE_PACK
   printf(",msgpack");
 #endif
+#ifdef GRN_WITH_MRUBY
+  printf(",mruby");
+#endif
+#ifdef GRN_WITH_ONIGMO
+  printf(",onigmo");
+#endif
 #ifdef GRN_WITH_ZLIB
   printf(",zlib");
 #endif
-------------- next part --------------
HTML����������������������������...
Download 



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