From: Kalle Sommer Nielsen Date: Thu, 25 Feb 2010 17:08:17 +0000 (+0000) Subject: Fix assignment when SimpleXML is disabled on Windows X-Git-Tag: php-5.4.0alpha1~191^2~1925 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9692ffd2a96d756fbe3af081c6e0cd272eef8de;p=php Fix assignment when SimpleXML is disabled on Windows --- diff --git a/ext/simplexml/config.w32 b/ext/simplexml/config.w32 index 979f52281a..94546302e3 100644 --- a/ext/simplexml/config.w32 +++ b/ext/simplexml/config.w32 @@ -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"); } }