From 66e63950907b6ce1683243a165d89c560a8bef6c Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 17 May 2021 10:50:22 +0200 Subject: Add Automake conditional for zstd stream compression support In addition to the preprocessor define, use an Automake conditional for optional compilation of the zstd stream tests. Signed-off-by: David Oberhollenzer --- tests/libfstream/Makemodule.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/libfstream/Makemodule.am b/tests/libfstream/Makemodule.am index d943686..c3af095 100644 --- a/tests/libfstream/Makemodule.am +++ b/tests/libfstream/Makemodule.am @@ -55,9 +55,11 @@ TESTS += test_xfrm_gzip endif if WITH_ZSTD +if HAVE_ZSTD_STREAM check_PROGRAMS += test_xfrm_zstd TESTS += test_xfrm_zstd endif endif +endif EXTRA_DIST += $(top_srcdir)/tests/libfstream/get_line.txt -- cgit v1.2.3