From b4c30ba54dda999deefae46773c4090d4d7ff1d0 Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 15 Jul 2006 11:47:43 +0000 Subject: [PATCH] removed execute check --- m4/gcc.2.95.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4