tony2001 Tue Mar 6 10:13:34 2007 UTC
Modified files:
/php-src/ext/ming config.m4
Log:
fix AC_TRY_COMPILE usage
http://cvs.php.net/viewvc.cgi/php-src/ext/ming/config.m4?r1=1.29&r2=1.30&diff_format=u
Index: php-src/ext/ming/config.m4
diff -u php-src/ext/ming/config.m4:1.29 php-src/ext/ming/config.m4:1.30
--- php-src/ext/ming/config.m4:1.29 Sat Jan 6 19:26:31 2007
+++ php-src/ext/ming/config.m4 Tue Mar 6 10:13:34 2007
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.29 2007/01/06 19:26:31 nlopess Exp $
+dnl $Id: config.m4,v 1.30 2007/03/06 10:13:34 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