summaryrefslogtreecommitdiff
path: root/ext/mysql
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2008-01-19 18:56:19 +0000
committerAndrey Hristov <andrey@php.net>2008-01-19 18:56:19 +0000
commitdfd4b99e050912a3369182006f23cb41a37a44e9 (patch)
treebd8eee07e592425e54ad32d3046b692f1da06008 /ext/mysql
parentd7ff13cf9abaf1c9171d723cfa2f657b936825cd (diff)
downloadphp-git-dfd4b99e050912a3369182006f23cb41a37a44e9.tar.gz
Fix build issue
Diffstat (limited to 'ext/mysql')
-rw-r--r--ext/mysql/config.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysql/config.w32 b/ext/mysql/config.w32
index 45fc13c8d1..a36ba1709c 100644
--- a/ext/mysql/config.w32
+++ b/ext/mysql/config.w32
@@ -4,7 +4,7 @@
ARG_WITH("mysql", "MySQL support", "no");
if (PHP_MYSQL != "no") {
- if (PHP_MYSQLI != "mysqlnd") {
+ if (PHP_MYSQL != "mysqlnd") {
if (CHECK_LIB("libmysql.lib", "mysql", PHP_MYSQL) &&
CHECK_HEADER_ADD_INCLUDE("mysql.h", "CFLAGS_MYSQL",
PHP_MYSQL + "\\include;" + PHP_PHP_BUILD + "\\include\\mysql;" + PHP_MYSQL)) {