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.
2 parents 21d326a + ee4295b commit af301beCopy full SHA for af301be
ext/mysqlnd/config9.m4
@@ -24,6 +24,9 @@ if test "$PHP_MYSQLND" != "no" || test "$PHP_MYSQLND_ENABLED" = "yes"; then
24
25
26
if test "$PHP_MYSQLND_COMPRESSION_SUPPORT" != "no"; then
27
+ PKG_CHECK_MODULES([ZLIB], [zlib])
28
+ PHP_EVAL_LIBLINE($ZLIB_LIBS, MYSQLND_SHARED_LIBADD)
29
+ PHP_EVAL_INCLINE($ZLIB_CFLAGS)
30
AC_DEFINE([MYSQLND_COMPRESSION_WANTED], 1, [Enable compressed protocol support])
31
fi
32
0 commit comments