Skip to content

Commit dbcdbf1

Browse files
authored
gh-104773: Fix PY_STDLIB_MOD_SET_NA() on macOS (#104901)
The _scproxy is available on macOS: fix configure script.
1 parent 6031727 commit dbcdbf1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

configure

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

configure.ac

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7064,6 +7064,8 @@ dnl VxWorks does not provide crypt() function
70647064
AS_CASE([$ac_sys_system],
70657065
[AIX], [PY_STDLIB_MOD_SET_NA([_scproxy])],
70667066
[VxWorks*], [PY_STDLIB_MOD_SET_NA([_scproxy], [_crypt], [termios], [grp])],
7067+
dnl The _scproxy module is available on macOS
7068+
[Darwin], [],
70677069
[CYGWIN*], [PY_STDLIB_MOD_SET_NA([_scproxy])],
70687070
[QNX*], [PY_STDLIB_MOD_SET_NA([_scproxy])],
70697071
[FreeBSD*], [PY_STDLIB_MOD_SET_NA([_scproxy])],

0 commit comments

Comments
 (0)