[Groonga-mysql-commit] mroonga/mroonga at dc1a5d7 [master] Check MySQL major and minor version properly

Back to archive index

HAYASHI Kentaro null+****@clear*****
Fri Sep 27 15:31:25 JST 2013


HAYASHI Kentaro	2013-09-27 15:31:25 +0900 (Fri, 27 Sep 2013)

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

  Message:
    Check MySQL major and minor version properly

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac    2013-09-27 15:04:34 +0900 (05751f7)
+++ configure.ac    2013-09-27 15:31:25 +0900 (d80f5af)
@@ -176,7 +176,7 @@ AC_DEFUN([CONFIG_OPTION_MYSQL],[
 
   MYSQL_MAJOR_MINOR_VERSION=["$(echo $MYSQL_VERSION | sed -e 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)$/\1.\2/')"]
   case "$MYSQL_MAJOR_MINOR_VERSION" in
-  5.1.*|5.5.*)
+  5.1|5.5)
       MYSQL_LIBS=""
       ;;
   *)
-------------- next part --------------
HTML����������������������������...
Télécharger 



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