]> 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 979f52281af26b7b6174b1939787a32a8c7b3173..94546302e30dd2c0a17658d37f65e3ce0a80f50d 100644 (file)
@@ -15,7 +15,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");
        }
 }