pajoye          Sun Mar 29 14:01:15 2009 UTC

  Modified files:              
    /php-src/ext/gd     config.w32 
  Log:
  - check in the libpng dir as well
  
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/config.w32?r1=1.33&r2=1.34&diff_format=u
Index: php-src/ext/gd/config.w32
diff -u php-src/ext/gd/config.w32:1.33 php-src/ext/gd/config.w32:1.34
--- php-src/ext/gd/config.w32:1.33      Wed Jan 14 18:57:51 2009
+++ php-src/ext/gd/config.w32   Sun Mar 29 14:01:15 2009
@@ -1,4 +1,4 @@
-// $Id: config.w32,v 1.33 2009/01/14 18:57:51 tabe Exp $
+// $Id: config.w32,v 1.34 2009/03/29 14:01:15 pajoye Exp $
 // vim:ft=javascript
 
 ARG_WITH("gd", "Bundled GD support", "yes,shared");
@@ -8,6 +8,7 @@
        if (CHECK_LIB("libjpeg.lib", "gd", PHP_GD) &&
                (CHECK_LIB("freetype_a.lib", "gd", PHP_GD) || 
CHECK_LIB("freetype2.lib", "gd", PHP_GD) ) &&
                (CHECK_LIB("libpng_a.lib", "gd", PHP_GD) || 
CHECK_LIB("libpng.lib", "gd", PHP_GD) ) &&
+               CHECK_HEADER_ADD_INCLUDE("png.h", "CFLAGS_GD", PHP_GD +  ";" + 
PHP_PHP_BUILD + "\\include\\libpng12") &&
                CHECK_HEADER_ADD_INCLUDE("gd.h", "CFLAGS_GD", PHP_GD + 
";ext\\gd\\libgd") &&
                (CHECK_LIB("libiconv_a.lib", "gd", PHP_GD) || 
CHECK_LIB("libiconv.lib", "gd", PHP_GD) ||
                 CHECK_LIB("iconv_a.lib", "gd", PHP_GD) || 
CHECK_LIB("iconv.lib", "gd", PHP_GD)) &&



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

Reply via email to