]> granicus.if.org Git - php/commitdiff
- MFB: wrong bracket position while merging
authorPierre Joye <pajoye@php.net>
Sun, 13 Jul 2008 09:34:46 +0000 (09:34 +0000)
committerPierre Joye <pajoye@php.net>
Sun, 13 Jul 2008 09:34:46 +0000 (09:34 +0000)
win32/build/config.w32

index 9b063c6b092bd00954e54242e9ec303079e4181b..af47cdcb2e27de8a42898bafe765956e0cc33223 100644 (file)
@@ -295,7 +295,7 @@ add_extra_dirs();
 
 // 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");
 }