summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Lima (Etrunko) <etrunko@redhat.com>2016-07-13 11:46:54 -0300
committerEduardo Lima (Etrunko) <etrunko@redhat.com>2016-07-13 11:46:54 -0300
commite7ef671055f6ee8c75b2d975ec3ed5f074973784 (patch)
treeafdc8cc8486a7633091caf843207dbc0540457c3
parent01788073c420537a959fd76450552804af68ae96 (diff)
Use correct variable to print if LZ4 support is to be built.
Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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