We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19269cb commit e5de8faCopy full SHA for e5de8fa
config.m4
@@ -202,7 +202,7 @@ if test "$PHP_REDIS" != "no"; then
202
203
if test "$PHP_REDIS_LZ4" != "no"; then
204
AC_DEFINE(HAVE_REDIS_LZ4, 1, [ ])
205
- if test "$PHP_LIBZSTD" != "no"; then
+ if test "$PHP_LIBLZ4" != "no"; then
206
AC_MSG_CHECKING(for liblz4 files in default path)
207
for i in $PHP_LIBLZ4 /usr/local /usr; do
208
if test -r $i/include/lz4.h; then
0 commit comments