[Groonga-mysql-commit] mroonga/mroonga [master] Add missing quote

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Mar 25 22:44:16 JST 2013


Kouhei Sutou	2013-03-25 22:44:16 +0900 (Mon, 25 Mar 2013)

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

  Message:
    Add missing quote

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac    2013-03-25 22:44:03 +0900 (b2a7a82)
+++ configure.ac    2013-03-25 22:44:16 +0900 (4735729)
@@ -161,7 +161,7 @@ AC_DEFUN([CONFIG_OPTION_MYSQL],[
   AC_SUBST(MYSQL_VERSION)
 
   mysql_libdirs=["$($ac_mysql_config --libs | sed -e 's/ *-l[^ ]*//g')"]
-  MYSQL_MAJOR_MINOR_VERSION=$(echo $MYSQL_VERSION | sed -e 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)$/\1.\2/')
+  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.6*)
       MYSQL_LIBS="$mysql_libdirs -lmysqlservices"
-------------- next part --------------
HTML����������������������������...
Download 



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