summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-05-24 13:00:51 (GMT)
committerGitHub <noreply@github.com>2023-05-24 13:00:51 (GMT)
commitfc07fe4e37fbfd74e7130a20c13d0c07f0a5cff1 (patch)
tree0e3566d16be7ce2d460e49dbd0a837a13582522a /configure
parenta4b7e9d1f812f2598ac9637d95e986c830bd451b (diff)
downloadcpython-fc07fe4e37fbfd74e7130a20c13d0c07f0a5cff1.zip
cpython-fc07fe4e37fbfd74e7130a20c13d0c07f0a5cff1.tar.gz
cpython-fc07fe4e37fbfd74e7130a20c13d0c07f0a5cff1.tar.bz2
gh-104773: PEP 594: Remove the ossaudiodev module (#104862)
* Remove ossaudiodev extension in configure.ac and regenerate the configure script. * Remove ossaudiodev in Modules/Setup and Modules/Setup.stdlib.in.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure42
1 files changed, 0 insertions, 42 deletions
diff --git a/configure b/configure
index a295b5e..5b5c70c 100755
--- a/configure
+++ b/configure
@@ -724,8 +724,6 @@ MODULE_RESOURCE_FALSE
MODULE_RESOURCE_TRUE
MODULE_PWD_FALSE
MODULE_PWD_TRUE
-MODULE_OSSAUDIODEV_FALSE
-MODULE_OSSAUDIODEV_TRUE
MODULE_GRP_FALSE
MODULE_GRP_TRUE
MODULE__SOCKET_FALSE
@@ -25674,7 +25672,6 @@ case $ac_sys_system in #(
Darwin) :
- py_cv_module_ossaudiodev=n/a
py_cv_module_spwd=n/a
;; #(
CYGWIN*) :
@@ -25712,7 +25709,6 @@ case $ac_sys_system in #(
py_cv_module__xxinterpchannels=n/a
py_cv_module_grp=n/a
py_cv_module_nis=n/a
- py_cv_module_ossaudiodev=n/a
py_cv_module_pwd=n/a
py_cv_module_resource=n/a
py_cv_module_spwd=n/a
@@ -26504,40 +26500,6 @@ fi
$as_echo "$py_cv_module_grp" >&6; }
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdlib extension module ossaudiodev" >&5
-$as_echo_n "checking for stdlib extension module ossaudiodev... " >&6; }
- if test "$py_cv_module_ossaudiodev" != "n/a"; then :
-
- if true; then :
- if test "$ac_cv_header_linux_soundcard_h" = yes -o "$ac_cv_header_sys_soundcard_h" = yes; then :
- py_cv_module_ossaudiodev=yes
-else
- py_cv_module_ossaudiodev=missing
-fi
-else
- py_cv_module_ossaudiodev=disabled
-fi
-
-fi
- as_fn_append MODULE_BLOCK "MODULE_OSSAUDIODEV_STATE=$py_cv_module_ossaudiodev$as_nl"
- if test "x$py_cv_module_ossaudiodev" = xyes; then :
-
-
- as_fn_append MODULE_BLOCK "MODULE_OSSAUDIODEV_LDFLAGS=$OSSAUDIODEV_LIBS$as_nl"
-
-fi
- if test "$py_cv_module_ossaudiodev" = yes; then
- MODULE_OSSAUDIODEV_TRUE=
- MODULE_OSSAUDIODEV_FALSE='#'
-else
- MODULE_OSSAUDIODEV_TRUE='#'
- MODULE_OSSAUDIODEV_FALSE=
-fi
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $py_cv_module_ossaudiodev" >&5
-$as_echo "$py_cv_module_ossaudiodev" >&6; }
-
-
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdlib extension module pwd" >&5
$as_echo_n "checking for stdlib extension module pwd... " >&6; }
if test "$py_cv_module_pwd" != "n/a"; then :
@@ -28369,10 +28331,6 @@ if test -z "${MODULE_GRP_TRUE}" && test -z "${MODULE_GRP_FALSE}"; then
as_fn_error $? "conditional \"MODULE_GRP\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
-if test -z "${MODULE_OSSAUDIODEV_TRUE}" && test -z "${MODULE_OSSAUDIODEV_FALSE}"; then
- as_fn_error $? "conditional \"MODULE_OSSAUDIODEV\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
if test -z "${MODULE_PWD_TRUE}" && test -z "${MODULE_PWD_FALSE}"; then
as_fn_error $? "conditional \"MODULE_PWD\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5