From: Pierre Joye Date: Sun, 13 Jul 2008 09:34:08 +0000 (+0000) Subject: - wrong bracket position while mergin X-Git-Tag: php-5.3.0alpha1~378 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c7c44540404a17a670d57eacffa44144d7dcd83;p=php - wrong bracket position while mergin --- diff --git a/win32/build/config.w32 b/win32/build/config.w32 index 707fabd815..6890663f7a 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -287,7 +287,7 @@ function add_extra_dirs() probe_basic_headers(); add_extra_dirs(); -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"); }