X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=m4%2Fgcc.2.95.m4;h=1bcc827bbe484335f16f31bb768e30d2c238387b;hb=b4c30ba54dda999deefae46773c4090d4d7ff1d0;hp=54b3809fae67443eefc1d649154c24024e53646e;hpb=e8aea812fa749bafe738f83c8ab76a33a00667a7;p=swftools.git diff --git a/m4/gcc.2.95.m4 b/m4/gcc.2.95.m4 index 54b3809..1bcc827 100644 --- a/m4/gcc.2.95.m4 +++ b/m4/gcc.2.95.m4 @@ -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