From 620b9b0341f0287521a9965e38e4fc212ce4d573 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sat, 12 Jul 2008 23:42:09 +0000 Subject: [PATCH] - support for new naming --- win32/build/config.w32 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'); -- 2.50.1