removed execute check
[swftools.git] / m4 / gcc.2.95.m4
index 54b3809..1bcc827 100644 (file)
@@ -11,13 +11,13 @@ int main (int argc, char*argv[])
     int a,b;
     b=3;
     int c;
-    c=4
+    c=4;
     return 0;
 }
 EOF
 
 testprog_link='$CC $CPPFLAGS $CFLAGS conftest.cpp -o conftest${ac_exeext}'
-if { (eval echo gcc.2.95.m4:19: \"$testprog_link\") 1>&5; (eval $testprog_link) 2>&5; } && test -s conftest${ac_exeext} && ./conftest${ac_exeext}; then
+if { (eval echo gcc.2.95.m4:19: \"$testprog_link\") 1>&5; (eval $testprog_link) 2>&5; } && test -s conftest${ac_exeext}; then
   AC_MSG_RESULT(yes)
   GCC_IS_OK=true
   export GCC_IS_OK