@@ -644,6 +644,8 @@ MODULE__ELEMENTTREE_FALSE
644644MODULE__ELEMENTTREE_TRUE
645645MODULE_PYEXPAT_FALSE
646646MODULE_PYEXPAT_TRUE
647+ MODULE__SCPROXY_FALSE
648+ MODULE__SCPROXY_TRUE
647649MODULE_OSSAUDIODEV_FALSE
648650MODULE_OSSAUDIODEV_TRUE
649651MODULE__DATETIME_FALSE
@@ -19588,6 +19590,56 @@ fi
1958819590$as_echo "$py_cv_module_ossaudiodev" >&6; }
1958919591
1959019592
19593+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdlib extension module _scproxy" >&5
19594+ $as_echo_n "checking for stdlib extension module _scproxy... " >&6; }
19595+ case $py_stdlib_not_available in #(
19596+ *_scproxy*) :
19597+ py_cv_module__scproxy=n/a ;; #(
19598+ *) :
19599+
19600+ if test "$ac_sys_system" = "Darwin"; then :
19601+ if true; then :
19602+ py_cv_module__scproxy=yes
19603+ else
19604+ py_cv_module__scproxy=missing
19605+ fi
19606+ else
19607+ py_cv_module__scproxy=disabled
19608+
19609+ fi
19610+
19611+ ;;
19612+ esac
19613+ as_fn_append MODULE_BLOCK "MODULE__SCPROXY=$py_cv_module__scproxy$as_nl"
19614+ if test "x$py_cv_module__scproxy" = xyes; then :
19615+
19616+ as_fn_append MODULE_BLOCK "MODULE__SCPROXY_CFLAGS=$as_nl"
19617+ as_fn_append MODULE_BLOCK "MODULE__SCPROXY_LDFLAGS=-framework SystemConfiguration -framework CoreFoundation$as_nl"
19618+ if true; then
19619+ MODULE__SCPROXY_TRUE=
19620+ MODULE__SCPROXY_FALSE='#'
19621+ else
19622+ MODULE__SCPROXY_TRUE='#'
19623+ MODULE__SCPROXY_FALSE=
19624+ fi
19625+
19626+
19627+ else
19628+
19629+ if false; then
19630+ MODULE__SCPROXY_TRUE=
19631+ MODULE__SCPROXY_FALSE='#'
19632+ else
19633+ MODULE__SCPROXY_TRUE='#'
19634+ MODULE__SCPROXY_FALSE=
19635+ fi
19636+
19637+
19638+ fi
19639+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $py_cv_module__scproxy" >&5
19640+ $as_echo "$py_cv_module__scproxy" >&6; }
19641+
19642+
1959119643
1959219644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdlib extension module pyexpat" >&5
1959319645$as_echo_n "checking for stdlib extension module pyexpat... " >&6; }
@@ -20231,6 +20283,14 @@ if test -z "${MODULE_OSSAUDIODEV_TRUE}" && test -z "${MODULE_OSSAUDIODEV_FALSE}"
2023120283 as_fn_error $? "conditional \"MODULE_OSSAUDIODEV\" was never defined.
2023220284Usually this means the macro was only invoked conditionally." "$LINENO" 5
2023320285fi
20286+ if test -z "${MODULE__SCPROXY_TRUE}" && test -z "${MODULE__SCPROXY_FALSE}"; then
20287+ as_fn_error $? "conditional \"MODULE__SCPROXY\" was never defined.
20288+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
20289+ fi
20290+ if test -z "${MODULE__SCPROXY_TRUE}" && test -z "${MODULE__SCPROXY_FALSE}"; then
20291+ as_fn_error $? "conditional \"MODULE__SCPROXY\" was never defined.
20292+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
20293+ fi
2023420294if test -z "${MODULE_PYEXPAT_TRUE}" && test -z "${MODULE_PYEXPAT_FALSE}"; then
2023520295 as_fn_error $? "conditional \"MODULE_PYEXPAT\" was never defined.
2023620296Usually this means the macro was only invoked conditionally." "$LINENO" 5
0 commit comments