]> granicus.if.org Git - php/commitdiff
MFH
authorAntony Dovgal <tony2001@php.net>
Tue, 6 Mar 2007 10:13:54 +0000 (10:13 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 6 Mar 2007 10:13:54 +0000 (10:13 +0000)
ext/ming/config.m4

index f0c1013c3f899b74059e0b4485fb2395e19472f0..fd6fc9cacb025ed70e3b6a4e62d153d46b4afa49 100644 (file)
@@ -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, [ ])
   ], [])