summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2021-12-02 00:16:27 +0200
committerGitHub <noreply@github.com>2021-12-01 23:16:27 +0100
commit309110f37cdfc78d160ed08ae8faa6f6160ba87e (patch)
treeb237dc5111dec8986943163cdf738c2370e67bff /configure
parentbpo-40280: Emscripten defaults to --with-ensurepip=no (GH-29873) (diff)
downloadcpython-309110f37cdfc78d160ed08ae8faa6f6160ba87e.tar.gz
cpython-309110f37cdfc78d160ed08ae8faa6f6160ba87e.tar.bz2
cpython-309110f37cdfc78d160ed08ae8faa6f6160ba87e.zip
bpo-40280: Emscripten with_ensurepip=no, second attempt (GH-29884)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4dfd4a565d1..0aceffb3506 100755
--- a/configure
+++ b/configure
@@ -20271,7 +20271,7 @@ else
case $ac_sys_system in #(
Emscripten) :
- $with_ensurepip=no ;; #(
+ with_ensurepip=no ;; #(
*) :
with_ensurepip=upgrade
;;