[Groonga-commit] groonga/groonga at e0f6c0f [master] autotools: use msgpackc

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Apr 5 17:52:45 JST 2018


Kouhei Sutou	2018-04-05 17:52:45 +0900 (Thu, 05 Apr 2018)

  New Revision: e0f6c0fea8f2aa3001c8f9af60871781c063155e
  https://github.com/groonga/groonga/commit/e0f6c0fea8f2aa3001c8f9af60871781c063155e

  Message:
    autotools: use msgpackc

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac    2018-04-05 17:52:28 +0900 (f764f5cd4)
+++ configure.ac    2018-04-05 17:52:45 +0900 (aaf0c684a)
@@ -1235,7 +1235,7 @@ if test "x$enable_message_pack" != "xno"; then
     _SAVE_LIBS="$LIBS"
     CFLAGS="$CFLAGS -I$with_message_pack/include"
     LDFLAGS="$LDFLAGS -L$with_message_pack/lib"
-    AC_SEARCH_LIBS(msgpack_version, msgpack,
+    AC_SEARCH_LIBS(msgpack_version, msgpackc,
                    [message_pack_available=yes],
                    [message_pack_available=no])
     CFLAGS="$_SAVE_CFLAGS"
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180405/d8030b70/attachment.htm 



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