[Groonga-commit] groonga/groonga at fc4952c [master] Add a missing "="

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Mar 30 21:40:15 JST 2015


Kouhei Sutou	2015-03-30 21:40:15 +0900 (Mon, 30 Mar 2015)

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

  Message:
    Add a missing "="

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac    2015-03-30 21:36:14 +0900 (ac8bd3f)
+++ configure.ac    2015-03-30 21:40:15 +0900 (6b8f6da)
@@ -1168,7 +1168,7 @@ AC_ARG_ENABLE(message-pack,
   [AS_HELP_STRING([--disable-message-pack],
     [Disable MessagePack support. [default=auto-detect]])],
   [enable_message_pack="$enableval"],
-  [enable_message_pack"auto"])
+  [enable_message_pack="auto"])
 if test "x$enable_message_pack" != "xno"; then
   m4_ifdef([PKG_CHECK_MODULES], [
     PKG_CHECK_MODULES([MESSAGE_PACK], [msgpack],
-------------- next part --------------
HTML����������������������������...
Download 



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