summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/mysql/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysql/config.m4 b/ext/mysql/config.m4
index 3904c4df8d..eac5836e03 100644
--- a/ext/mysql/config.m4
+++ b/ext/mysql/config.m4
@@ -156,6 +156,6 @@ if test "$PHP_MYSQL" != "no"; then
PHP_SUBST(MYSQL_SHARED_LIBADD)
if test "$PHP_MYSQL" = "mysqlnd"; then
- PHP_ADD_EXTENSION_DEP(mysqli, mysqlnd)
+ PHP_ADD_EXTENSION_DEP(mysql, mysqlnd)
fi
fi