From: Pierre Joye Date: Sat, 12 Jul 2008 23:42:09 +0000 (+0000) Subject: - support for new naming X-Git-Tag: BEFORE_HEAD_NS_CHANGE~1294 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=620b9b0341f0287521a9965e38e4fc212ce4d573;p=php - support for new naming --- diff --git a/win32/build/config.w32 b/win32/build/config.w32 index 4d6791eec8..9b063c6b09 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -295,7 +295,9 @@ add_extra_dirs(); // We can't probe for libs before this line -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"); +} // Do we want static ICU lib ARG_WITH('static-icu', 'Link against the static version of the ICU library', 'no');