From de1dee75c2f349a9142978d1a4de66fc453087f1 Mon Sep 17 00:00:00 2001 From: Pavel Grunt Date: Thu, 24 Nov 2016 15:11:25 +0100 Subject: [PATCH] spice-deps: Fix accidently deleted comment Acked-by: Frediano Ziglio --- m4/spice-deps.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/m4/spice-deps.m4 b/m4/spice-deps.m4 index adedec4..54e0d82 100644 --- a/m4/spice-deps.m4 +++ b/m4/spice-deps.m4 @@ -173,8 +173,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. -# conditional. +# it will define a USE_LZ4 preprocessor symbol and a HAVE_LZ4 conditional. # --------------- AC_DEFUN([SPICE_CHECK_LZ4], [ AC_ARG_ENABLE([lz4],