]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Very stupid typos.
authorAkim Demaille <akim@epita.fr>
Tue, 12 Dec 2000 11:51:26 +0000 (11:51 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 12 Dec 2000 11:51:26 +0000 (11:51 +0000)
tests/compile.at

index ec8214ab97a3fc1a125a6d4ef6af61f95911a09d..c4eb32cbab9e40fc9cbcf92224c247354ead9896 100644 (file)
@@ -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]])