pajoye          Sun Jun 22 23:16:31 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/win32/build        config.w32 
  Log:
  - bindlib has its own package
  
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.40.2.8.2.10.2.15&r2=1.40.2.8.2.10.2.16&diff_format=u
Index: php-src/win32/build/config.w32
diff -u php-src/win32/build/config.w32:1.40.2.8.2.10.2.15 
php-src/win32/build/config.w32:1.40.2.8.2.10.2.16
--- php-src/win32/build/config.w32:1.40.2.8.2.10.2.15   Thu Apr 24 16:04:59 2008
+++ php-src/win32/build/config.w32      Sun Jun 22 23:16:31 2008
@@ -1,5 +1,5 @@
 // vim:ft=javascript
-// $Id: config.w32,v 1.40.2.8.2.10.2.15 2008/04/24 16:04:59 sfox Exp $
+// $Id: config.w32,v 1.40.2.8.2.10.2.16 2008/06/22 23:16:31 pajoye Exp $
 // "Master" config file; think of it as a configure.in
 // equivalent.
 
@@ -264,7 +264,7 @@
                ADD_FLAG("LDFLAGS", '/libpath:"' + p + '" ');
                php_usual_lib_suspects += ";" + p;
        } else if (!p) {
-               ERROR("We really need that arpa\\nameser.h file - it is part of 
the win32build package");
+               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