summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-01-20 17:56:33 (GMT)
committerGitHub <noreply@github.com>2022-01-20 17:56:33 (GMT)
commitc02e860ee79f29905be6fca997c96bb1a404bb32 (patch)
treea4376cbc44b23a6eb5919fee929ae0a63cec1c36 /configure
parentef3ef6fa43d5cca072eed2a66064e818de583be7 (diff)
downloadcpython-c02e860ee79f29905be6fca997c96bb1a404bb32.zip
cpython-c02e860ee79f29905be6fca997c96bb1a404bb32.tar.gz
cpython-c02e860ee79f29905be6fca997c96bb1a404bb32.tar.bz2
bpo-40280: Misc fixes for wasm32-emscripten (GH-30722)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7236e09..402e626 100755
--- a/configure
+++ b/configure
@@ -21323,7 +21323,7 @@ case $ac_sys_system/$ac_sys_emscripten_target in #(
;; #(
Emscripten/node) :
- py_stdlib_not_available="_ctypes _curses _curses_panel _dbm _gdbm _scproxy _tkinter nis ossaudiodev spwd syslog"
+ py_stdlib_not_available="_ctypes _curses _curses_panel _dbm _gdbm _scproxy _tkinter _xxsubinterpreters grp nis ossaudiodev spwd syslog"
;; #(
*) :
py_stdlib_not_available="_scproxy"