summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkos Fountoulakis <44345837+mfundul@users.noreply.github.com>2019-08-06 11:14:53 +0300
committerPaul Emm. Katsoulakis <34388743+paulkatsoulakis@users.noreply.github.com>2019-08-06 11:14:53 +0300
commit030df4da685856ccb6042876fade28ec74c0230b (patch)
tree0578c098e071c5e66a3db925c0b0d5e564cad183
parent0cb8dbff6faee1418036e3ae1f6856e420df0970 (diff)
Fix configure.ac allowing deprecated LZ4 libraries (#6589)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c65e406fd1..2dac8cdaf9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -283,7 +283,7 @@ OPTIONAL_UV_LIBS="${UV_LIBS}"
AC_CHECK_LIB(
[lz4],
- [LZ4_decompress_safe],
+ [LZ4_compress_default],
[LZ4_LIBS="-llz4"]
)