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

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:37:56 JST 2012


Kouhei Sutou	2012-02-22 10:10:28 +0900 (Wed, 22 Feb 2012)

  New Revision: 11276b438cba9e2eff2a34932c8863aa4e8b83eb
  https://github.com/mroonga/mroonga/commit/11276b438cba9e2eff2a34932c8863aa4e8b83eb

  Log:
    Require groonga >= 1.3.1.

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac    2012-02-22 02:01:03 +0900 (67e1dbb)
+++ configure.ac    2012-02-22 10:10:28 +0900 (545c095)
@@ -148,7 +148,7 @@ AC_DEFUN([CONFIG_OPTION_MYSQL],[
 ])
 
 AC_DEFUN([CONFIG_OPTION_GROONGA],[
-  PKG_CHECK_MODULES(GROONGA, groonga >= 1.3.0)
+  PKG_CHECK_MODULES(GROONGA, groonga >= 1.3.1)
   _PKG_CONFIG(GROONGA_VERSION, variable=groonga_version, groonga)
   GROONGA_VERSION=$pkg_cv_GROONGA_VERSION
   AC_SUBST(GROONGA_VERSION)
-------------- next part --------------
HTML����������������������������...
Download 



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