Skip to content

Commit 309110f

Browse files
authored
bpo-40280: Emscripten with_ensurepip=no, second attempt (GH-29884)
1 parent 9deb834 commit 309110f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -20271,7 +20271,7 @@ else
2027120271

2027220272
case $ac_sys_system in #(
2027320273
Emscripten) :
20274-
$with_ensurepip=no ;; #(
20274+
with_ensurepip=no ;; #(
2027520275
*) :
2027620276
with_ensurepip=upgrade
2027720277
;;

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -5873,7 +5873,7 @@ AC_ARG_WITH(ensurepip,
58735873
[],
58745874
[
58755875
AS_CASE([$ac_sys_system],
5876-
[Emscripten], [$with_ensurepip=no],
5876+
[Emscripten], [with_ensurepip=no],
58775877
[with_ensurepip=upgrade]
58785878
)
58795879
])

0 commit comments

Comments
 (0)