summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-04-23 18:03:05 +0000
committerPierre Joye <pajoye@php.net>2009-04-23 18:03:05 +0000
commitdbddb216682a27b407c5402844583344f8124cc1 (patch)
treeb5be7a6c72f8ff71df8cf5de32d9a6e4cf3682cc
parent47b6dc50a4dacf4bde822b6f105fca703984db07 (diff)
downloadphp-git-dbddb216682a27b407c5402844583344f8124cc1.tar.gz
- wrong var name
-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"
}
}