Skip to content

Commit a2c21e1

Browse files
committed
Remove --with-zlib-dir option from mysqlnd config
mysqlnd doesn't actually use this. PDO MySQL uses it, but also declares it separately.
1 parent b6f76ac commit a2c21e1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

ext/mysqlnd/config9.m4

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,6 @@ PHP_ARG_ENABLE([mysqlnd_compression_support],
1313
[yes],
1414
[no])
1515

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-
2516
dnl If some extension uses mysqlnd it will get compiled in PHP core
2617
if test "$PHP_MYSQLND" != "no" || test "$PHP_MYSQLND_ENABLED" = "yes"; then
2718
mysqlnd_ps_sources="mysqlnd_ps.c mysqlnd_ps_codec.c"

0 commit comments

Comments
 (0)