Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-06-26 08:21:21 +0300
committerRemi Collet <remi@remirepo.net>2020-06-26 08:21:21 +0300
commite5de8fa1ffa4824944283d78e9475df527567a49 (patch)
tree42d0b997278a3a1df01872a3410583b8f8e6f335 /config.m4
parent19269cb1db073376364d2655fc828daeb8f1006e (diff)
copy/paste err
Diffstat (limited to 'config.m4')
-rw-r--r--config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config.m4 b/config.m4
index 21058019..44454002 100644
--- a/config.m4
+++ b/config.m4
@@ -202,7 +202,7 @@ if test "$PHP_REDIS" != "no"; then
if test "$PHP_REDIS_LZ4" != "no"; then
AC_DEFINE(HAVE_REDIS_LZ4, 1, [ ])
- if test "$PHP_LIBZSTD" != "no"; then
+ if test "$PHP_LIBLZ4" != "no"; then
AC_MSG_CHECKING(for liblz4 files in default path)
for i in $PHP_LIBLZ4 /usr/local /usr; do
if test -r $i/include/lz4.h; then