Navigation Menu

Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mroonga/mroonga
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentoku committed Feb 11, 2013
2 parents 5f4ef80 + 4d183fb commit 9db6c3d
Show file tree
Hide file tree
Showing 22 changed files with 736 additions and 150 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -182,7 +182,7 @@ AC_DEFUN([CONFIG_OPTION_GROONGA],[

AC_DEFUN([CONFIG_OPTION_GROONGA_NORMALIZER_MYSQL], [
AC_MSG_CHECKING([for groonga-normalizer-mysql])
PKG_CHECK_EXISTS([groonga-normalizer-mysql],
PKG_CHECK_EXISTS([groonga-normalizer-mysql >= 1.0.1],
[WITH_GROONGA_NORMALIZER_MYSQL=yes],
[WITH_GROONGA_NORMALIZER_MYSQL=no])
AC_MSG_RESULT($WITH_GROONGA_NORMALIZER_MYSQL)
Expand Down

0 comments on commit 9db6c3d

Please sign in to comment.