[Groonga-commit] groonga/groonga [master] define NO_MECAB instead of WITH_MECAB. refs #1209

Back to archive index

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


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

  New Revision: 1e3fbdafe576d351c1a6ee284fd2fd9f08864be2

  Log:
    define NO_MECAB instead of WITH_MECAB. refs #1209

  Modified files:
    mkmfwin32.vbs

  Modified: mkmfwin32.vbs (+2 -2)
===================================================================
--- mkmfwin32.vbs    2011-12-14 01:12:50 +0000 (56ff669)
+++ mkmfwin32.vbs    2011-12-14 01:21:03 +0000 (0e3a2ed)
@@ -92,8 +92,8 @@ sub common_header()
 
   ts.write "DEFS =  -D_CRT_SECURE_NO_DEPRECATE \" + vbLf
   ts.write "        -DWIN32 \" + vbLf
-  if use_mecab = 0 then
-    ts.write "        -DNO_MECAB \" + vbLf
+  if use_mecab = 1 then
+    ts.write "        -DWITH_MECAB \" + vbLf
   end if
   ts.write "        -DDLL_EXPORT \" + vbLf
   ts.write "        -DNO_LZO \" + vbLf




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