[Spice-devel] [spice-common 1/3] build-sys: Fix error in SPICE_CHECK_LZ4 description

Christophe Fergeau cfergeau at redhat.com
Fri Oct 23 04:47:05 PDT 2015


This macro does not define a SUPPORT_LZ4 automake conditional.
---
 m4/spice-deps.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/spice-deps.m4 b/m4/spice-deps.m4
index bcd6f98..ef9eb8b 100644
--- a/m4/spice-deps.m4
+++ b/m4/spice-deps.m4
@@ -169,7 +169,7 @@ AC_DEFUN([SPICE_CHECK_PYTHON_MODULES], [
 # Adds a --enable-lz4 switch in order to enable/disable LZ4 compression
 # support, and checks if the needed libraries are available. If found, it will
 # return the flags to use in the LZ4_CFLAGS and LZ4_LIBS variables, and
-# it will define a USE_LZ4 preprocessor symbol as well as a SUPPORT_LZ4 Makefile
+# it will define a USE_LZ4 preprocessor symbol.
 # conditional.
 # ---------------
 AC_DEFUN([SPICE_CHECK_LZ4], [
-- 
2.5.0



More information about the Spice-devel mailing list