Don't disable unrelated ext during configure

This is apparently a long-standing copy & paste issue.
This commit is contained in:
Christoph M. Becker 2021-09-20 10:26:33 +02:00
parent bc19186c7f
commit e47af326da
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -16,6 +16,6 @@ if (PHP_XML == "yes") {
PHP_INSTALL_HEADERS("", "ext/xml");
} else {
WARNING("xml support can't be enabled, libraries or headers are missing")
PHP_ZLIB = "no"
PHP_XML = "no"
}
}