[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] require groonga >= 1.2.7.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:30:51 JST 2012


Kouhei Sutou	2011-10-27 18:08:01 +0900 (Thu, 27 Oct 2011)

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

  Log:
    require groonga >= 1.2.7.

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac    2011-10-27 18:07:37 +0900 (c51a03a)
+++ configure.ac    2011-10-27 18:08:01 +0900 (2ec9ea4)
@@ -133,7 +133,7 @@ AC_DEFUN([CONFIG_OPTION_MECAB],[
 ])
 
 AC_DEFUN([CONFIG_OPTION_GROONGA],[
-  PKG_CHECK_MODULES(GROONGA, groonga >= 1.2.6)
+  PKG_CHECK_MODULES(GROONGA, groonga >= 1.2.7)
 ])
 
 AC_ARG_WITH(debug,
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index