[Groonga-mysql-commit] mroonga/mroonga at f950d4c [master] Fix broken assignment

Back to archive index

Kouhei Sutou null+****@clear*****
Wed May 8 11:32:00 JST 2013


Kouhei Sutou	2013-05-08 11:32:00 +0900 (Wed, 08 May 2013)

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

  Message:
    Fix broken assignment

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac    2013-05-08 11:27:09 +0900 (b28db6e)
+++ configure.ac    2013-05-08 11:32:00 +0900 (c2b926f)
@@ -167,7 +167,7 @@ AC_DEFUN([CONFIG_OPTION_MYSQL],[
   case "$MYSQL_MAJOR_MINOR_VERSION" in
   5.6*)
       pkglibdir="$($ac_mysql_config --variable=pkglibdir)"
-      MYSQL_LIBDIRMYSQL_LIBS="-L$pkglibdir -lmysqlservices"
+      MYSQL_LIBS="$MYSQL_LIBS -L$pkglibdir -lmysqlservices"
       ;;
   *)
       MYSQL_LIBS=""
-------------- next part --------------
HTML����������������������������...
Download 



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