summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-05-25 15:59:00 (GMT)
committerGitHub <noreply@github.com>2023-05-25 15:59:00 (GMT)
commitf66be6b11a0329e90cb0630c24fd8b07ce6b5c7c (patch)
treed76024eb76ae73d937a3871540f89ab094272714 /configure
parent036da3bd43aa2593d17d2fb73d4794f9965c577d (diff)
downloadcpython-f66be6b11a0329e90cb0630c24fd8b07ce6b5c7c.zip
cpython-f66be6b11a0329e90cb0630c24fd8b07ce6b5c7c.tar.gz
cpython-f66be6b11a0329e90cb0630c24fd8b07ce6b5c7c.tar.bz2
gh-104773: PEP 594: Remove the audioop module (#104937)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure26
1 files changed, 0 insertions, 26 deletions
diff --git a/configure b/configure
index 319b06d..acb832d 100755
--- a/configure
+++ b/configure
@@ -734,8 +734,6 @@ MODULE_CMATH_FALSE
MODULE_CMATH_TRUE
MODULE__STATISTICS_FALSE
MODULE__STATISTICS_TRUE
-MODULE_AUDIOOP_FALSE
-MODULE_AUDIOOP_TRUE
MODULE__POSIXSHMEM_FALSE
MODULE__POSIXSHMEM_TRUE
MODULE__MULTIPROCESSING_FALSE
@@ -25662,26 +25660,6 @@ $as_echo "$py_cv_module__posixshmem" >&6; }
- if test "$py_cv_module_audioop" != "n/a"; then :
- py_cv_module_audioop=yes
-fi
- if test "$py_cv_module_audioop" = yes; then
- MODULE_AUDIOOP_TRUE=
- MODULE_AUDIOOP_FALSE='#'
-else
- MODULE_AUDIOOP_TRUE='#'
- MODULE_AUDIOOP_FALSE=
-fi
-
- as_fn_append MODULE_BLOCK "MODULE_AUDIOOP_STATE=$py_cv_module_audioop$as_nl"
- if test "x$py_cv_module_audioop" = xyes; then :
-
-
- as_fn_append MODULE_BLOCK "MODULE_AUDIOOP_LDFLAGS=$LIBM$as_nl"
-
-fi
-
-
if test "$py_cv_module__statistics" != "n/a"; then :
py_cv_module__statistics=yes
fi
@@ -27594,10 +27572,6 @@ if test -z "${MODULE__POSIXSHMEM_TRUE}" && test -z "${MODULE__POSIXSHMEM_FALSE}"
as_fn_error $? "conditional \"MODULE__POSIXSHMEM\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
-if test -z "${MODULE_AUDIOOP_TRUE}" && test -z "${MODULE_AUDIOOP_FALSE}"; then
- as_fn_error $? "conditional \"MODULE_AUDIOOP\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
if test -z "${MODULE__STATISTICS_TRUE}" && test -z "${MODULE__STATISTICS_FALSE}"; then
as_fn_error $? "conditional \"MODULE__STATISTICS\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5