tony2001 Tue Mar 6 10:13:40 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/ming config.m4 Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/ming/config.m4?r1=1.22.2.6.2.3&r2=1.22.2.6.2.4&diff_format=u Index: php-src/ext/ming/config.m4 diff -u php-src/ext/ming/config.m4:1.22.2.6.2.3 php-src/ext/ming/config.m4:1.22.2.6.2.4 --- php-src/ext/ming/config.m4:1.22.2.6.2.3 Sat Jan 6 19:25:31 2007 +++ php-src/ext/ming/config.m4 Tue Mar 6 10:13:40 2007 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.22.2.6.2.3 2007/01/06 19:25:31 nlopess Exp $ +dnl $Id: config.m4,v 1.22.2.6.2.4 2007/03/06 10:13:40 tony2001 Exp $ dnl PHP_ARG_WITH(ming, for MING support, @@ -80,7 +80,7 @@ AC_TRY_COMPILE([ #include <ming.h> ], [ -int main(void) { SWFMovie_output(NULL, NULL, NULL, 0); return 0; } +SWFMovie_output(NULL, NULL, NULL, 0); ], [ AC_DEFINE(HAVE_MING_MOVIE_LEVEL, 1, [ ]) ], [])
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php