pajoye          Sun Jul 13 09:34:46 2008 UTC

  Modified files:              
    /php-src/win32/build        config.w32 
  Log:
  - MFB: wrong bracket position while merging
  
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.77&r2=1.78&diff_format=u
Index: php-src/win32/build/config.w32
diff -u php-src/win32/build/config.w32:1.77 php-src/win32/build/config.w32:1.78
--- php-src/win32/build/config.w32:1.77 Sat Jul 12 23:42:09 2008
+++ php-src/win32/build/config.w32      Sun Jul 13 09:34:46 2008
@@ -1,5 +1,5 @@
 // vim:ft=javascript
-// $Id: config.w32,v 1.77 2008/07/12 23:42:09 pajoye Exp $
+// $Id: config.w32,v 1.78 2008/07/13 09:34:46 pajoye Exp $
 // "Master" config file; think of it as a configure.in
 // equivalent.
 
@@ -295,7 +295,7 @@
 
 // We can't probe for libs before this line
 
-if (!(CHECK_LIB("resolv_a.lib") ) || 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");
 }
 



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

Reply via email to