Skip to content

Commit

Permalink
Don't build _posixsubprocess on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen521kk authored and lazka committed Aug 25, 2023
1 parent fb38f76 commit f18b577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7424,7 +7424,6 @@ PY_STDLIB_MOD_SIMPLE([_json])
PY_STDLIB_MOD_SIMPLE([_lsprof])
PY_STDLIB_MOD_SIMPLE([_opcode])
PY_STDLIB_MOD_SIMPLE([_pickle])
PY_STDLIB_MOD_SIMPLE([_posixsubprocess])
PY_STDLIB_MOD_SIMPLE([_queue])
PY_STDLIB_MOD_SIMPLE([_random])
PY_STDLIB_MOD_SIMPLE([select])
Expand Down Expand Up @@ -7474,6 +7473,7 @@ PY_STDLIB_MOD([_scproxy],
PY_STDLIB_MOD([spwd], [], [test "$ac_cv_func_getspent" = yes -o "$ac_cv_func_getspnam" = yes])
PY_STDLIB_MOD([syslog], [], [test "$ac_cv_header_syslog_h" = yes])
PY_STDLIB_MOD([termios], [], [test "$ac_cv_header_termios_h" = yes])
PY_STDLIB_MOD([_posixsubprocess], [], [test "$MACHDEP" != "win32"])

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

0 comments on commit f18b577

Please sign in to comment.