[Groonga-commit] groonga/groonga [master] use WITH_MECAB for MeCab detection. fixes #1209

Back to archive index

null+****@clear***** null+****@clear*****
2011年 12月 14日 (水) 10:12:50 JST


Yoji SHIDARA	2011-12-14 01:12:50 +0000 (Wed, 14 Dec 2011)

  New Revision: e75f5b507c85e80c2fe266ce6925addb744954df

  Log:
    use WITH_MECAB for MeCab detection. fixes #1209

  Modified files:
    src/groonga.c

  Modified: src/groonga.c (+1 -1)
===================================================================
--- src/groonga.c    2011-12-13 06:18:49 +0000 (6ec14dd)
+++ src/groonga.c    2011-12-14 01:12:50 +0000 (4bc1692)
@@ -149,7 +149,7 @@ show_version(void)
 #ifndef NO_NFKC
   printf(",nfkc");
 #endif
-#ifndef NO_MECAB
+#ifdef WITH_MECAB
   printf(",mecab");
 #endif
 #ifndef NO_ZLIB




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