summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-10-14 10:44:21 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2015-10-23 14:05:23 +0200
commit986ad88c284dd886510f13818665688f188dcb39 (patch)
tree45262aaae32a9e82c1dcbc9749c32de861dccf8b
parent04ed3b8cbe583b85e9bbb6cd48be36c4f434a65b (diff)
downloadspice-common-986ad88c284dd886510f13818665688f188dcb39.tar.gz
spice-common-986ad88c284dd886510f13818665688f188dcb39.tar.xz
spice-common-986ad88c284dd886510f13818665688f188dcb39.zip
build-sys: Fix error in SPICE_CHECK_LZ4 description
This macro does not define a SUPPORT_LZ4 automake conditional.
-rw-r--r--m4/spice-deps.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/spice-deps.m4 b/m4/spice-deps.m4
index 07cb183..6c5f408 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], [