mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
- copy-paste typo
This commit is contained in:
parent
b0b1438882
commit
4323e38314
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ if test "$PHP_MYSQL" != "no"; then
|
|||
PHP_NEW_EXTENSION(mysql, php_mysql.c, $ext_shared)
|
||||
PHP_SUBST(MYSQL_SHARED_LIBADD)
|
||||
|
||||
if test "$PHP_MYSQLI" = "mysqlnd"; then
|
||||
if test "$PHP_MYSQL" = "mysqlnd"; then
|
||||
PHP_ADD_EXTENSION_DEP(mysqli, mysqlnd)
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue