[Spice-commits] configure.ac

Eduardo Lima etrunko at kemper.freedesktop.org
Wed Jul 13 14:50:45 UTC 2016


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e7ef671055f6ee8c75b2d975ec3ed5f074973784
Author: Eduardo Lima (Etrunko) <etrunko at redhat.com>
Date:   Wed Jul 13 11:46:54 2016 -0300

    Use correct variable to print if LZ4 support is to be built.
    
    Signed-off-by: Eduardo Lima (Etrunko) <etrunko at redhat.com>

diff --git a/configure.ac b/configure.ac
index 0373288..c2d4641 100644
--- a/configure.ac
+++ b/configure.ac
@@ -640,7 +640,7 @@ AC_MSG_NOTICE([
         USB redirection support:  ${have_usbredir} ${with_usbredir_hotplug}
         DBus:                     ${have_dbus}
         WebDAV support:           ${have_phodav}
-        LZ4 support:              ${enable_lz4}
+        LZ4 support:              ${have_lz4}
 
         Now type 'make' to build $PACKAGE
 


More information about the Spice-commits mailing list