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

Commit

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

SAGE_SPKG_CONFIGURE_BASE([gcc], [
Expand Down

0 comments on commit 5461d81

Please sign in to comment.