pajoye          Sat Jul 12 23:42:09 2008 UTC

  Modified files:              
    /php-src/win32/build        config.w32 
  Log:
  - support for new naming
  
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.76&r2=1.77&diff_format=u
Index: php-src/win32/build/config.w32
diff -u php-src/win32/build/config.w32:1.76 php-src/win32/build/config.w32:1.77
--- php-src/win32/build/config.w32:1.76 Wed Jul  9 10:39:11 2008
+++ php-src/win32/build/config.w32      Sat Jul 12 23:42:09 2008
@@ -1,5 +1,5 @@
 // vim:ft=javascript
-// $Id: config.w32,v 1.76 2008/07/09 10:39:11 scottmac Exp $
+// $Id: config.w32,v 1.77 2008/07/12 23:42:09 pajoye Exp $
 // "Master" config file; think of it as a configure.in
 // equivalent.
 
@@ -295,7 +295,9 @@
 
 // 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');



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to