Skip to content

Commit 321f6a2

Browse files
naveen521kklazka
authored andcommitted
Don't build _posixsubprocess on Windows.
1 parent 401f138 commit 321f6a2

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
@@ -7420,7 +7420,6 @@ PY_STDLIB_MOD_SIMPLE([_json])
74207420
PY_STDLIB_MOD_SIMPLE([_lsprof])
74217421
PY_STDLIB_MOD_SIMPLE([_opcode])
74227422
PY_STDLIB_MOD_SIMPLE([_pickle])
7423-
PY_STDLIB_MOD_SIMPLE([_posixsubprocess])
74247423
PY_STDLIB_MOD_SIMPLE([_queue])
74257424
PY_STDLIB_MOD_SIMPLE([_random])
74267425
PY_STDLIB_MOD_SIMPLE([select])
@@ -7470,6 +7469,7 @@ PY_STDLIB_MOD([_scproxy],
74707469
PY_STDLIB_MOD([spwd], [], [test "$ac_cv_func_getspent" = yes -o "$ac_cv_func_getspnam" = yes])
74717470
PY_STDLIB_MOD([syslog], [], [test "$ac_cv_header_syslog_h" = yes])
74727471
PY_STDLIB_MOD([termios], [], [test "$ac_cv_header_termios_h" = yes])
7472+
PY_STDLIB_MOD([_posixsubprocess], [], [test "$MACHDEP" != "win32"])
74737473

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

0 commit comments

Comments
 (0)