diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 19af217a22..e16d50d4cd 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]), |