]> granicus.if.org Git - php/commitdiff
Fix compile issue
authorAndrey Hristov <andrey@php.net>
Sat, 19 Jan 2008 18:21:44 +0000 (18:21 +0000)
committerAndrey Hristov <andrey@php.net>
Sat, 19 Jan 2008 18:21:44 +0000 (18:21 +0000)
ext/mysql/config.w32

index 45fc13c8d1857d2242e15939c448771053ddc8f4..a36ba1709c657e87cfebacbcc676112e79edcb06 100644 (file)
@@ -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)) {