[Groonga-commit] groonga/groonga at 63ea808 [master] Replace zlib to LZ4

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Dec 15 14:35:20 JST 2014


Kouhei Sutou	2014-12-15 14:35:20 +0900 (Mon, 15 Dec 2014)

  New Revision: 63ea8087facf13955ec3f69d1e0ce9e6782b39fe
  https://github.com/groonga/groonga/commit/63ea8087facf13955ec3f69d1e0ce9e6782b39fe

  Message:
    Replace zlib to LZ4
    
    They are copy & paste misses.

  Modified files:
    configure.ac

  Modified: configure.ac (+2 -2)
===================================================================
--- configure.ac    2014-12-15 13:38:32 +0900 (ca70022)
+++ configure.ac    2014-12-15 14:35:20 +0900 (e64b85b)
@@ -896,7 +896,7 @@ AC_ARG_WITH(lz4,
   [with_lz4="$withval"],
   [with_lz4="auto"])
 if test "x$with_lz4" != "xno"; then
-  # TODO: Support custom zlib include and lib directory by --with-zlib.
+  # TODO: Support custom LZ4 include and lib directory by --with-lz4.
   AC_SEARCH_LIBS(LZ4_compress, lz4,
                  [
                    GRN_WITH_LZ4=yes
@@ -905,7 +905,7 @@ if test "x$with_lz4" != "xno"; then
                  ],
                  [
                    if test "x$with_lz4" != "xauto"; then
-                     AC_MSG_ERROR("No libz found")
+                     AC_MSG_ERROR("No liblz4 found")
                    fi
                  ])
 fi
-------------- next part --------------
HTML����������������������������...
다운로드 



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