Skip to content

Commit f18b577

Browse files
naveen521kklazka
authored andcommitted
Don't build _posixsubprocess on Windows.
1 parent fb38f76 commit f18b577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7424,7 +7424,6 @@ PY_STDLIB_MOD_SIMPLE([_json])
74247424
PY_STDLIB_MOD_SIMPLE([_lsprof])
74257425
PY_STDLIB_MOD_SIMPLE([_opcode])
74267426
PY_STDLIB_MOD_SIMPLE([_pickle])
7427-
PY_STDLIB_MOD_SIMPLE([_posixsubprocess])
74287427
PY_STDLIB_MOD_SIMPLE([_queue])
74297428
PY_STDLIB_MOD_SIMPLE([_random])
74307429
PY_STDLIB_MOD_SIMPLE([select])
@@ -7474,6 +7473,7 @@ PY_STDLIB_MOD([_scproxy],
74747473
PY_STDLIB_MOD([spwd], [], [test "$ac_cv_func_getspent" = yes -o "$ac_cv_func_getspnam" = yes])
74757474
PY_STDLIB_MOD([syslog], [], [test "$ac_cv_header_syslog_h" = yes])
74767475
PY_STDLIB_MOD([termios], [], [test "$ac_cv_header_termios_h" = yes])
7476+
PY_STDLIB_MOD([_posixsubprocess], [], [test "$MACHDEP" != "win32"])
74777477

74787478
dnl _elementtree loads libexpat via CAPI hook in pyexpat
74797479
PY_STDLIB_MOD([pyexpat], [], [], [$LIBEXPAT_CFLAGS], [$LIBEXPAT_LDFLAGS])

0 commit comments

Comments
 (0)