summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-05-24 23:19:50 (GMT)
committerGitHub <noreply@github.com>2023-05-24 23:19:50 (GMT)
commitdbcdbf1814b3df4c4e08e525b03384376598217d (patch)
treec8bd5d6e71e45007b5830a0742d17b5dc9e4128b /configure
parent6031727a37c6003f78e3b0c7414a0a214855dd08 (diff)
downloadcpython-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-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 6b6cc09..ab35842 100755
--- a/configure
+++ b/configure
@@ -25380,6 +25380,8 @@ case $ac_sys_system in #(
py_cv_module_termios=n/a
py_cv_module_grp=n/a
;; #(
+ Darwin) :
+ ;; #(
CYGWIN*) :