summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xext/pdo_odbc/config.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_odbc/config.w32 b/ext/pdo_odbc/config.w32
index dcdb99e4ad..cd1017f2e4 100755
--- a/ext/pdo_odbc/config.w32
+++ b/ext/pdo_odbc/config.w32
@@ -13,7 +13,7 @@ if (PHP_PDO_ODBC != "no") {
} else {
WARNING("pdo_odbc support can't be enabled, headers or libraries are missing (SDK)")
- PHP_LIBXML = "no"
+ PHP_PDO_ODBC = "no"
}
}