diff options
author | Victor Stinner <vstinner@python.org> | 2023-05-25 15:59:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-25 15:59:00 (GMT) |
commit | f66be6b11a0329e90cb0630c24fd8b07ce6b5c7c (patch) | |
tree | d76024eb76ae73d937a3871540f89ab094272714 /configure | |
parent | 036da3bd43aa2593d17d2fb73d4794f9965c577d (diff) | |
download | cpython-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-x | configure | 26 |
1 files changed, 0 insertions, 26 deletions
@@ -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 |