Fix assignment when SimpleXML is disabled on Windows

This commit is contained in:
Kalle Sommer Nielsen 2010-02-25 17:08:17 +00:00
parent ecc1eaa739
commit e9692ffd2a

View 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");
}
}