]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-40280: Emscripten with_ensurepip=no, second attempt (GH-29884)
authorChristian Heimes <christian@python.org>
Wed, 1 Dec 2021 22:16:27 +0000 (00:16 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Dec 2021 22:16:27 +0000 (23:16 +0100)
configure
configure.ac

index 4dfd4a565d14e2dd4d43f7e3043bb77415028f5e..0aceffb35065a04adefb7796fdc8e9d20d557068 100755 (executable)
--- a/configure
+++ b/configure
@@ -20271,7 +20271,7 @@ else
 
       case $ac_sys_system in #(
   Emscripten) :
-    $with_ensurepip=no ;; #(
+    with_ensurepip=no ;; #(
   *) :
     with_ensurepip=upgrade
        ;;
index 38f943fa9d77c17c96e1229c595c3b695f7b9f83..99fa94d102909958a6b4a6a84dab085fff3183cc 100644 (file)
@@ -5873,7 +5873,7 @@ AC_ARG_WITH(ensurepip,
     [],
     [
       AS_CASE([$ac_sys_system],
-        [Emscripten], [$with_ensurepip=no],
+        [Emscripten], [with_ensurepip=no],
         [with_ensurepip=upgrade]
       )
     ])