mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
Very stupid typos.
This commit is contained in:
parent
81ed11fb67
commit
ed02664da0
@ -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]])
|
||||
|
Loading…
Reference in New Issue
Block a user