]> granicus.if.org Git - php/commitdiff
- wrong var name
authorPierre Joye <pajoye@php.net>
Thu, 23 Apr 2009 18:03:05 +0000 (18:03 +0000)
committerPierre Joye <pajoye@php.net>
Thu, 23 Apr 2009 18:03:05 +0000 (18:03 +0000)
ext/pdo_odbc/config.w32

index dcdb99e4ad78e1ecebb507be46578489172fd120..cd1017f2e4e0beaff0e1e1814632a32ef8917df1 100755 (executable)
@@ -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"
        }
 }