chiark / gitweb /
update TODO
[elogind.git] / configure.ac
index 19af217a222badf9089534e37010f8091e9e8bc9..e16d50d4cd86a8a243a206d1ed5d1380d92720e1 100644 (file)
@@ -520,6 +520,8 @@ AS_IF([test "x$enable_lz4" == "xyes"], [
 ])
 AM_CONDITIONAL(HAVE_LZ4, [test "$have_lz4" = "yes"])
 
+AM_CONDITIONAL(HAVE_COMPRESSION, [test "$have_xz" = "yes" -o "$have_lz4" = "yes"])
+
 # ------------------------------------------------------------------------------
 AC_ARG_ENABLE([pam],
         AS_HELP_STRING([--disable-pam],[Disable optional PAM support]),