Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
correct the order of messages
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Sep 19, 2021
1 parent f103f2a commit f58e236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/pkgs/gfortran/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_DEFUN([SAGE_NEEDS_FORTRAN], [
AC_MSG_NOTICE([Sage needs working Fortran compiler.])
AC_MSG_ERROR([$1])
AC_MSG_NOTICE([$1])
AC_MSG_ERROR([Sage needs working Fortran compiler.])
])

dnl This macro saves current FCFLAGS for later use.
Expand Down

0 comments on commit f58e236

Please sign in to comment.