mirror of https://github.com/python/cpython.git
bpo-40280: Emscripten with_ensurepip=no, second attempt (GH-29884)
This commit is contained in:
parent
9deb83468c
commit
309110f37c
|
@ -20271,7 +20271,7 @@ else
|
||||||
|
|
||||||
case $ac_sys_system in #(
|
case $ac_sys_system in #(
|
||||||
Emscripten) :
|
Emscripten) :
|
||||||
$with_ensurepip=no ;; #(
|
with_ensurepip=no ;; #(
|
||||||
*) :
|
*) :
|
||||||
with_ensurepip=upgrade
|
with_ensurepip=upgrade
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -5873,7 +5873,7 @@ AC_ARG_WITH(ensurepip,
|
||||||
[],
|
[],
|
||||||
[
|
[
|
||||||
AS_CASE([$ac_sys_system],
|
AS_CASE([$ac_sys_system],
|
||||||
[Emscripten], [$with_ensurepip=no],
|
[Emscripten], [with_ensurepip=no],
|
||||||
[with_ensurepip=upgrade]
|
[with_ensurepip=upgrade]
|
||||||
)
|
)
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in New Issue