]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-131372: Fix a typo on "with_build_details_suffix" in configure (#150414)
authorStefano Rivera <stefano@rivera.za.net>
Mon, 25 May 2026 17:33:59 +0000 (10:33 -0700)
committerGitHub <noreply@github.com>
Mon, 25 May 2026 17:33:59 +0000 (19:33 +0200)
Fix a typo in an error-handling path.

configure
configure.ac

index 8135fd7d184c055efa3a581d9e83d0e10e3ebd49..657a7e106675c62bfe34b7edacde71ba19d751cc 100755 (executable)
--- a/configure
+++ b/configure
@@ -31747,7 +31747,7 @@ then :
   withval=$with_build_details_suffix;
     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for --with-build-details-suffix" >&5
 printf %s "checking for --with-build-details-suffix... " >&6; }
-    if test "x$with_build_detials_suffix" = xno
+    if test "x$with_build_details_suffix" = xno
 then :
   as_fn_error $? "invalid --with-build-details-suffix option: expected custom suffix or \"yes\", not \"no\"" "$LINENO" 5
 
index a84ac25c1c4c503dec35f5bc826f89cdb184debc..fedd429facbe14220539f89370d2a778a1325bf4 100644 (file)
@@ -7850,7 +7850,7 @@ AC_ARG_WITH([build-details-suffix],
   [
     AC_MSG_CHECKING([for --with-build-details-suffix])
     AS_VAR_IF(
-      [with_build_detials_suffix], [no],
+      [with_build_details_suffix], [no],
       [AC_MSG_ERROR([invalid --with-build-details-suffix option: expected custom suffix or "yes", not "no"])]
     )
     AS_VAR_IF(