From 08612cbb353fca3f4cac1ae0a004d76f73ef878e Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 17 May 2021 11:03:16 +0200 Subject: 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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" -- cgit v1.2.3