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

Back to archive index

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


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

  New Revision: 409e82be382e1bc3f2178381d1cb479d79aaac3a
  https://github.com/mroonga/mroonga/commit/409e82be382e1bc3f2178381d1cb479d79aaac3a

  Message:
    Add missing quote for m4
    
    [...] is required for use "[" and "]" as literal.

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac    2013-03-25 22:44:16 +0900 (4735729)
+++ configure.ac    2013-03-25 22:44:39 +0900 (be5507d)
@@ -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����������������������������...
다운로드 



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