diff options
author | Victor Stinner <vstinner@python.org> | 2023-05-24 23:19:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-24 23:19:50 (GMT) |
commit | dbcdbf1814b3df4c4e08e525b03384376598217d (patch) | |
tree | c8bd5d6e71e45007b5830a0742d17b5dc9e4128b /configure | |
parent | 6031727a37c6003f78e3b0c7414a0a214855dd08 (diff) | |
download | cpython-dbcdbf1814b3df4c4e08e525b03384376598217d.zip cpython-dbcdbf1814b3df4c4e08e525b03384376598217d.tar.gz cpython-dbcdbf1814b3df4c4e08e525b03384376598217d.tar.bz2 |
gh-104773: Fix PY_STDLIB_MOD_SET_NA() on macOS (#104901)
The _scproxy is available on macOS: fix configure script.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25380,6 +25380,8 @@ case $ac_sys_system in #( py_cv_module_termios=n/a py_cv_module_grp=n/a ;; #( + Darwin) : + ;; #( CYGWIN*) : |