Very stupid typos.

This commit is contained in:
Akim Demaille 2000-12-12 11:51:26 +00:00
parent 81ed11fb67
commit ed02664da0

View 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]])