Skip to content

Commit 8c75681

Browse files
tiranerlend-aasland
andcommitted
Use AC_MSG_WARN for tier 0
Co-authored-by: Erlend Egeberg Aasland <[email protected]>
1 parent 7d9d6e7 commit 8c75681

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ AS_CASE([$PY_SUPPORT_TIER],
10911091
[1], [AC_MSG_RESULT([$host/$ac_cv_cc_name has tier 1 (supported)])],
10921092
[2], [AC_MSG_RESULT([$host/$ac_cv_cc_name has tier 2 (supported)])],
10931093
[3], [AC_MSG_RESULT([$host/$ac_cv_cc_name has tier 3 (partially supported)])],
1094-
[AC_MSG_RESULT([$host/$ac_cv_cc_name is not supported])]
1094+
[AC_MSG_WARN([$host/$ac_cv_cc_name is not supported])]
10951095
)
10961096

10971097
AC_DEFINE_UNQUOTED([PY_SUPPORT_TIER], [$PY_SUPPORT_TIER], [PEP 11 Support tier (1, 2, 3 or 0 for unsupported)])
@@ -6944,7 +6944,7 @@ please run ./configure --enable-optimizations
69446944
])
69456945
fi
69466946

6947-
AS_VAR_IF([PY_SUPPORT_TIER], [0], [AC_MSG_NOTICE([
6947+
AS_VAR_IF([PY_SUPPORT_TIER], [0], [AC_MSG_WARN([
69486948
69496949
Platform "$host" with compiler "$ac_cv_cc_name" is not yet supported by the
69506950
CPython core team, see https://peps.python.org/pep-0011/ for more information.

0 commit comments

Comments
 (0)