bpo-40280: Emscripten with_ensurepip=no, second attempt (GH-29884)

This commit is contained in:
Christian Heimes 2021-12-02 00:16:27 +02:00 committed by GitHub
parent 9deb83468c
commit 309110f37c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
configure vendored
View file

@ -20271,7 +20271,7 @@ else
case $ac_sys_system in #(
Emscripten) :
$with_ensurepip=no ;; #(
with_ensurepip=no ;; #(
*) :
with_ensurepip=upgrade
;;

View 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]
)
])