Skip to content

Commit 34dd801

Browse files
Block tier2
1 parent 56c6349 commit 34dd801

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

configure

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7046,10 +7046,12 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([[[
70467046
else
70477047
ac_cv_tail_call=no
70487048
fi]))
7049-
case "$ac_cv_tail_call" in yes*)
7050-
AC_DEFINE([Py_TAIL_CALL_INTERP], [1],
7051-
[Define if the C compiler supports efficient proper tail calls.])
7052-
esac
7049+
if $tier2_flags == ""; then
7050+
case "$ac_cv_tail_call" in yes*)
7051+
AC_DEFINE([Py_TAIL_CALL_INTERP], [1],
7052+
[Define if the C compiler supports efficient proper tail calls.])
7053+
esac
7054+
fi
70537055

70547056
case $ac_sys_system in
70557057
AIX*)

0 commit comments

Comments
 (0)