mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-05 22:43:15 +00:00
The existence of LZ4_compress_default is a property of the lz4 library, not seastar. With this patch scylla does its own configure check instead of depending on the one done by seastar. Signed-off-by: Rafael Ávila de Espíndola <espindola@scylladb.com> Message-Id: <20190114013737.5395-1-espindola@scylladb.com>