From: Akim Demaille Date: Tue, 12 Dec 2000 11:51:26 +0000 (+0000) Subject: Very stupid typos. X-Git-Tag: autoconf-2.50~327 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed02664da0f564731218d41ddf3fb83cc5da7f42;p=thirdparty%2Fautoconf.git Very stupid typos. --- diff --git a/tests/compile.at b/tests/compile.at index ec8214ab9..c4eb32cba 100644 --- a/tests/compile.at +++ b/tests/compile.at @@ -114,10 +114,10 @@ AC_LANG_COMPILER if $F77 --version 2> /dev/null | grep GNU >/dev/null; then # Has GNU in --version. test $G77 = no && - AC_MSG_ERROR([failed to recognize GNU Fortran 77 compiler]);; + AC_MSG_ERROR([failed to recognize GNU Fortran 77 compiler]) else # Has not. test $g77 = yes && - AC_MSG_ERROR([incorrectly recognized a GNU Fortran 77 compiler]);; -esac + AC_MSG_ERROR([incorrectly recognized a GNU Fortran 77 compiler]) +fi exit 0]])