summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 4dfd4a5..0aceffb 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
;;
diff --git a/configure.ac b/configure.ac
index 38f943f..99fa94d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5873,7 +5873,7 @@ AC_ARG_WITH(ensurepip,
[],
[
AS_CASE([$ac_sys_system],
- [Emscripten], [$with_ensurepip=no],
+ [Emscripten], [with_ensurepip=no],
[with_ensurepip=upgrade]
)
])