diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2021-05-17 11:03:16 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2021-05-17 11:03:16 +0200 |
commit | 08612cbb353fca3f4cac1ae0a004d76f73ef878e (patch) | |
tree | f3da027b18f9b9ab8a27a6b235619fd7d7f8bd0b /configure.ac | |
parent | 66e63950907b6ce1683243a165d89c560a8bef6c (diff) |
Run the zstd stream test unconditionally
Let it run (and fail) even if we don't have zstd support at all, so
that the conditional is set propperly.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1d8669f..cd15ed1 100644 --- a/configure.ac +++ b/configure.ac @@ -194,7 +194,7 @@ AS_IF([test "x$with_zstd" != "xno"], [ [with_zstd="no"])]) ], []) -AS_IF([test "x$with_zstd" != "xno"], [AC_TEST_ZSTD_STREAM], []) +AC_TEST_ZSTD_STREAM AS_IF([test "x$with_selinux" != "xno"], [ have_selinux="yes" |