Hello Frank, thanks for taking care of the win build, that keeps me from having ming on windows too.
regards marcus Monday, July 18, 2005, 2:42:48 AM, you wrote: > fmk Sun Jul 17 20:42:48 2005 EDT > Modified files: > /php-src/ext/ming config.w32 > Log: > Make sure we build with SWFPrebuilt. > http://cvs.php.net/diff.php/php-src/ext/ming/config.w32?r1=1.3&r2=1.4&ty=u > Index: php-src/ext/ming/config.w32 > diff -u php-src/ext/ming/config.w32:1.3 php-src/ext/ming/config.w32:1.4 > --- php-src/ext/ming/config.w32:1.3 Mon Aug 2 20:47:56 2004 > +++ php-src/ext/ming/config.w32 Sun Jul 17 20:42:47 2005 > @@ -1,4 +1,4 @@ > -// $Id: config.w32,v 1.3 2004/08/03 00:47:56 wez Exp $ > +// $Id: config.w32,v 1.4 2005/07/18 00:42:47 fmk Exp $ > // vim:ft=javascript > ARG_WITH("ming", "MING support", "no"); > @@ -21,6 +21,7 @@ > if (CHECK_LIB("libungif.lib", "ming", PHP_MING) && > CHECK_LIB("libpng.lib", "ming", PHP_MING)) { > AC_DEFINE('HAVE_NEW_MING', 1); > + AC_DEFINE('HAVE_SWFPREBUILTCLIP', 1); > if (PHP_ZLIB != "no") { > AC_DEFINE('HAVE_MING_ZLIB', 1); > } -- Best regards, Marcus mailto:[EMAIL PROTECTED] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
