- copy-paste typo

This commit is contained in:
Jani Taskinen 2007-07-26 18:49:51 +00:00
parent b0b1438882
commit 4323e38314

View file

@ -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