summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
2 files changed, 4 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*) :
diff --git a/configure.ac b/configure.ac
index 536deb9..09e5eff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7064,6 +7064,8 @@ dnl VxWorks does not provide crypt() function
AS_CASE([$ac_sys_system],
[AIX], [PY_STDLIB_MOD_SET_NA([_scproxy])],
[VxWorks*], [PY_STDLIB_MOD_SET_NA([_scproxy], [_crypt], [termios], [grp])],
+ dnl The _scproxy module is available on macOS
+ [Darwin], [],
[CYGWIN*], [PY_STDLIB_MOD_SET_NA([_scproxy])],
[QNX*], [PY_STDLIB_MOD_SET_NA([_scproxy])],
[FreeBSD*], [PY_STDLIB_MOD_SET_NA([_scproxy])],