]> granicus.if.org Git - php/commitdiff
Fix assignment when SimpleXML is disabled on Windows
authorKalle Sommer Nielsen <kalle@php.net>
Thu, 25 Feb 2010 17:08:17 +0000 (17:08 +0000)
committerKalle Sommer Nielsen <kalle@php.net>
Thu, 25 Feb 2010 17:08:17 +0000 (17:08 +0000)
ext/simplexml/config.w32

index a370770446ccfdb034eee976eb427e690b096c19..2d2ed285ebdac17ab5888397aad954660f9b7508 100644 (file)
@@ -17,7 +17,7 @@ if (PHP_SIMPLEXML == "yes") {
                }
                ADD_FLAG("CFLAGS_SIMPLEXML", "/D PHP_SIMPLEXML_EXPORTS ");
        } else {
-               PHP_SIMPLEXML == "no";
+               PHP_SIMPLEXML = "no";
                WARNING("simplexml not enabled; libraries and headers not found");
        }
 }