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 b6f76ac commit a2c21e1Copy full SHA for a2c21e1
ext/mysqlnd/config9.m4
@@ -13,15 +13,6 @@ PHP_ARG_ENABLE([mysqlnd_compression_support],
13
[yes],
14
[no])
15
16
-if test -z "$PHP_ZLIB_DIR"; then
17
- PHP_ARG_WITH([zlib-dir],
18
- [for the location of libz],
19
- [AS_HELP_STRING([[--with-zlib-dir[=DIR]]],
20
- [mysqlnd: Set the path to libz install prefix])],
21
- [no],
22
- [no])
23
-fi
24
-
25
dnl If some extension uses mysqlnd it will get compiled in PHP core
26
if test "$PHP_MYSQLND" != "no" || test "$PHP_MYSQLND_ENABLED" = "yes"; then
27
mysqlnd_ps_sources="mysqlnd_ps.c mysqlnd_ps_codec.c"
0 commit comments