]> granicus.if.org Git - php/commitdiff
- MFH: support for new naming
authorPierre Joye <pajoye@php.net>
Sat, 12 Jul 2008 23:42:25 +0000 (23:42 +0000)
committerPierre Joye <pajoye@php.net>
Sat, 12 Jul 2008 23:42:25 +0000 (23:42 +0000)
win32/build/config.w32

index 3d744284e5b139b31f15c14116fb530892aa78b7..707fabd815e8514f594083ddfee5b03f54f5b016 100644 (file)
@@ -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);