[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] mecab is disabled by default.

アーカイブの一覧に戻る

Tetsuro IKEDA null+****@clear*****
Thu Oct 4 10:18:46 JST 2012


Tetsuro IKEDA	2009-06-02 11:54:28 +0900 (Tue, 02 Jun 2009)

  New Revision: f211ce04e88cbd32a9ebc81731d10de93a2c91e8
  https://github.com/mroonga/mroonga/commit/f211ce04e88cbd32a9ebc81731d10de93a2c91e8

  Log:
    mecab is disabled by default.

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac    2009-06-02 11:53:06 +0900 (9937a6c)
+++ configure.ac    2009-06-02 11:54:28 +0900 (ae86aee)
@@ -45,7 +45,7 @@ AC_DEFUN([CONFIG_OPTION_MECAB],[
 
   AC_MSG_CHECKING([mecab])
   AC_ARG_WITH([mecab],[AS_HELP_STRING([--with-mecab=PATH],[mecab prefix PATH])],
-    [with_mecab=$withval],[with_mecab=yes])
+    [with_mecab=$withval],[with_mecab=no])
 
   if test "$with_mecab" = "no"; then
     AC_MSG_RESULT([no])
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-mysql-commit mailing list
アーカイブの一覧に戻る