Searched full:have_lz4 (Results 1 – 5 of 5) sorted by relevance
103 HAVE_LZ4 ?= $(shell printf '$(NUM_SYMBOL)include <lz4frame.h>\n$(NUM_SYMBOL)include <lz4.h>\nint ma… macro104 ifeq ($(HAVE_LZ4), 1)
58 It's possible to disable `.lz4` support, by setting `HAVE_LZ4=0` .59 Example : `make zstd HAVE_LZ4=0`60 It's also possible to force compilation with lz4 support, using `HAVE_LZ4=1`.
2591 …EL(1, "zstd: %s: lz4 file cannot be uncompressed (zstd compiled without HAVE_LZ4) -- ignored \n", … in FIO_decompressFrames()
263 have_lz4="yes"305 AM_CONDITIONAL([ENABLE_LZ4], [test "x${have_lz4}" = "xyes"])318 if test "x${have_lz4}" = "xyes"; then
136 CC=clang make msan-test-zstd HAVE_ZLIB=0 HAVE_LZ4=0 HAVE_LZMA=0 V=1