X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=m4%2Fgcc.2.95.m4;h=1bcc827bbe484335f16f31bb768e30d2c238387b;hp=d83ac11b43e3e0f748638a469450323281bf0055;hb=b4c30ba54dda999deefae46773c4090d4d7ff1d0;hpb=91ce555ed723e6a990cead9ca09377192fb865b0 diff --git a/m4/gcc.2.95.m4 b/m4/gcc.2.95.m4 index d83ac11..1bcc827 100644 --- a/m4/gcc.2.95.m4 +++ b/m4/gcc.2.95.m4 @@ -17,7 +17,7 @@ int main (int argc, char*argv[]) 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