]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-129737: Fix help message for tail calling interpreter configuration (GH-129754)
authorPieter Eendebak <pieter.eendebak@gmail.com>
Fri, 7 Feb 2025 00:47:13 +0000 (01:47 +0100)
committerGitHub <noreply@github.com>
Fri, 7 Feb 2025 00:47:13 +0000 (08:47 +0800)
configure
configure.ac

index 22456959add174ff8a801676a7e97209aa39a480..65b8e711cdccae830655ae3816aa57b7606d93ca 100755 (executable)
--- a/configure
+++ b/configure
@@ -1930,7 +1930,7 @@ Optional Packages:
                           use libedit for backend or disable readline module
   --with-computed-gotos   enable computed gotos in evaluation loop (enabled by
                           default on supported compilers)
-  --tail-call-interp      enable tail-calling interpreter in evaluation loop
+  --with-tail-call-interp enable tail-calling interpreter in evaluation loop
                           and rest of CPython
   --with-ensurepip[=install|upgrade|no]
                           "install" or "upgrade" using bundled pip (default is
index cf16e77f0a1503b85c2a0443ddf30b2c7fdb0240..0c6063d87d654a23a08eb3207dcf62a132fa756e 100644 (file)
@@ -7022,7 +7022,7 @@ AC_MSG_CHECKING([for --with-tail-call-interp])
 AC_ARG_WITH(
   [tail-call-interp],
   [AS_HELP_STRING(
-    [--tail-call-interp],
+    [--with-tail-call-interp],
     [enable tail-calling interpreter in evaluation loop and rest of CPython]
   )],
 [