Skip to content

Commit 78eb704

Browse files
committed
Revert "try to build multiprocessing"
This reverts commit 4e92456.
1 parent 687916e commit 78eb704

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

configure

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8015,12 +8015,14 @@ AS_CASE([$ac_sys_system],
80158015
dnl subprocess is however supported for Mac Catalyst
80168016
case "$_host_device" in
80178017
macabi) ;;
8018-
*) PY_STDLIB_MOD_SET_NA([_posixsubprocess], [_multiprocessing], [_posixshmem],) ;;
8018+
*) PY_STDLIB_MOD_SET_NA([_posixsubprocess]) ;;
80198019
esac
80208020
PY_STDLIB_MOD_SET_NA(
80218021
[_curses],
80228022
[_curses_panel],
80238023
[_gdbm],
8024+
[_multiprocessing],
8025+
[_posixshmem],
80248026
[_scproxy],
80258027
[_tkinter],
80268028
[grp],

0 commit comments

Comments
 (0)