From e9692ffd2a96d756fbe3af081c6e0cd272eef8de Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Thu, 25 Feb 2010 17:08:17 +0000 Subject: [PATCH] Fix assignment when SimpleXML is disabled on Windows --- ext/simplexml/config.w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/simplexml/config.w32 b/ext/simplexml/config.w32 index 979f52281af..94546302e30 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"); } }