From: Pierre Joye Date: Sat, 12 Jul 2008 23:42:25 +0000 (+0000) Subject: - MFH: support for new naming X-Git-Tag: php-5.3.0alpha1~385 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92f5c267f6acea28b69f03a47198ffe051c31c51;p=php - MFH: support for new naming --- diff --git a/win32/build/config.w32 b/win32/build/config.w32 index 3d744284e5..707fabd815 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -287,7 +287,9 @@ function add_extra_dirs() probe_basic_headers(); add_extra_dirs(); -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"); +} //DEFINE("PHP_BUILD", PHP_PHP_BUILD);