summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-04-01 19:20:56 (GMT)
committerGitHub <noreply@github.com>2022-04-01 19:20:56 (GMT)
commit082d3495d0c820972f09f6109a98ed7eb5a7b79f (patch)
treea18d8ff8a87bdc5ad7e6f106dd895c73cedc9556 /configure
parent76b8a075b8a79b08468fd0ed06a489a5c815bc11 (diff)
downloadcpython-082d3495d0c820972f09f6109a98ed7eb5a7b79f.zip
cpython-082d3495d0c820972f09f6109a98ed7eb5a7b79f.tar.gz
cpython-082d3495d0c820972f09f6109a98ed7eb5a7b79f.tar.bz2
bpo-40280: Emscripten fork_exec now fails early (GH-32224)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index f08a01c..a5062d7 100755
--- a/configure
+++ b/configure
@@ -21772,6 +21772,9 @@ case $ac_sys_system/$ac_sys_emscripten_target in #(
py_cv_module__curses_panel=n/a
py_cv_module__dbm=n/a
py_cv_module__gdbm=n/a
+ py_cv_module__multiprocessing=n/a
+ py_cv_module__posixshmem=n/a
+ py_cv_module__posixsubprocess=n/a
py_cv_module__scproxy=n/a
py_cv_module__tkinter=n/a
py_cv_module__xxsubinterpreters=n/a