Skip to content

Commit 43e0240

Browse files
authored
gh-129737: Fix help message for tail calling interpreter configuration (GH-129754)
1 parent e1e8520 commit 43e0240

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7022,7 +7022,7 @@ AC_MSG_CHECKING([for --with-tail-call-interp])
70227022
AC_ARG_WITH(
70237023
[tail-call-interp],
70247024
[AS_HELP_STRING(
7025-
[--tail-call-interp],
7025+
[--with-tail-call-interp],
70267026
[enable tail-calling interpreter in evaluation loop and rest of CPython]
70277027
)],
70287028
[

0 commit comments

Comments
 (0)