From a250d3400000098a52ab4e2a024758d151c44e73 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Thu, 26 Jul 2007 19:07:53 +0000 Subject: [PATCH] I must be blind.. --- ext/mysql/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/mysql/config.m4 b/ext/mysql/config.m4 index 3904c4df8de..eac5836e031 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