We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9deb834 commit 309110fCopy full SHA for 309110f
configure
@@ -20271,7 +20271,7 @@ else
20271
20272
case $ac_sys_system in #(
20273
Emscripten) :
20274
- $with_ensurepip=no ;; #(
+ with_ensurepip=no ;; #(
20275
*) :
20276
with_ensurepip=upgrade
20277
;;
configure.ac
@@ -5873,7 +5873,7 @@ AC_ARG_WITH(ensurepip,
5873
[],
5874
[
5875
AS_CASE([$ac_sys_system],
5876
- [Emscripten], [$with_ensurepip=no],
+ [Emscripten], [with_ensurepip=no],
5877
[with_ensurepip=upgrade]
5878
)
5879
])
0 commit comments