Skip to content

Commit e5de8fa

Browse files
committed
copy/paste err
1 parent 19269cb commit e5de8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ if test "$PHP_REDIS" != "no"; then
202202

203203
if test "$PHP_REDIS_LZ4" != "no"; then
204204
AC_DEFINE(HAVE_REDIS_LZ4, 1, [ ])
205-
if test "$PHP_LIBZSTD" != "no"; then
205+
if test "$PHP_LIBLZ4" != "no"; then
206206
AC_MSG_CHECKING(for liblz4 files in default path)
207207
for i in $PHP_LIBLZ4 /usr/local /usr; do
208208
if test -r $i/include/lz4.h; then

0 commit comments

Comments
 (0)