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

index 4d6791eec8620719580ad8ddce2f434d0ea4a10a..9b063c6b092bd00954e54242e9ec303079e4181b 100644 (file)
@@ -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');