blob: db50cf1c0c047d754370487985b53fbb5143defb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
https://github.com/wanduow/wandio/pull/51
--- a/configure.ac
+++ b/configure.ac
@@ -260,7 +260,7 @@ AC_ARG_WITH([lz4],
AS_IF([test "x$with_lz4" != "xno"],
[
AC_CHECK_LIB(lz4, LZ4F_createDecompressionContext, have_lz4f=yes, have_lz4f=no)
- ], [have_zstd=no])
+ ], [have_lz4f=no])
AS_IF([test "x$have_lz4f" = "xyes"], [
if test "$ac_cv_lib_lz4_code" != "none required"; then
|