X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure.ac;h=e16d50d4cd86a8a243a206d1ed5d1380d92720e1;hb=3b1a55e110ab387a8d213581983e20c0a63d7894;hp=19af217a222badf9089534e37010f8091e9e8bc9;hpb=418b9be50018303cde79b423d4701b7fd86ddbdc;p=elogind.git diff --git a/configure.ac b/configure.ac index 19af217a2..e16d50d4c 100644 --- a/configure.ac +++ b/configure.ac @@ -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]),