diff options
| author | Antony Dovgal <tony2001@php.net> | 2007-03-06 10:13:54 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2007-03-06 10:13:54 +0000 |
| commit | cc49ea3a1ef02b2883936b82271f928de3ff82a0 (patch) | |
| tree | cd6ac144baf940a8ce7f3a8934b70bde2f1d3962 /ext/ming | |
| parent | 37da90248deb2188e8ee50e4753ad6340679b425 (diff) | |
| download | php-git-cc49ea3a1ef02b2883936b82271f928de3ff82a0.tar.gz | |
MFH
Diffstat (limited to 'ext/ming')
| -rw-r--r-- | ext/ming/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ming/config.m4 b/ext/ming/config.m4 index f0c1013c3f..fd6fc9cacb 100644 --- a/ext/ming/config.m4 +++ b/ext/ming/config.m4 @@ -80,7 +80,7 @@ yes 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, [ ]) ], []) |
