Navigation Menu

Skip to content

Commit

Permalink
mecab is disabled by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikdttr committed Jun 2, 2009
1 parent 346fcca commit f211ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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])
Expand Down

0 comments on commit f211ce0

Please sign in to comment.