mirror of
https://github.com/php/php-src.git
synced 2024-12-24 09:18:17 +08:00
- MFB: wrong bracket position while merging
This commit is contained in:
parent
f8cf911575
commit
57f6647ce1
@ -295,7 +295,7 @@ add_extra_dirs();
|
||||
|
||||
// We can't probe for libs before this line
|
||||
|
||||
if (!(CHECK_LIB("resolv_a.lib") ) || CHECK_LIB("resolv.lib") ) {
|
||||
if (!(CHECK_LIB("resolv_a.lib") || CHECK_LIB("resolv.lib"))) {
|
||||
ERROR("We really need that arpa\\nameser.h file - it is part of the bindlib package");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user