mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Don't disable unrelated ext during configure
This is apparently a long-standing copy & paste issue.
This commit is contained in:
parent
bc19186c7f
commit
e47af326da
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue