summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2021-10-25 16:25:43 (GMT)
committerGitHub <noreply@github.com>2021-10-25 16:25:43 (GMT)
commit77e3f224d6ae6d38e5fc899fb5eaadf2b7c255a1 (patch)
treee5e24d80a025d3f71a69851c17857cb09d02c83b /configure
parentfa26245a1c1aa938cce391348d6bd879da357522 (diff)
downloadcpython-77e3f224d6ae6d38e5fc899fb5eaadf2b7c255a1.zip
cpython-77e3f224d6ae6d38e5fc899fb5eaadf2b7c255a1.tar.gz
cpython-77e3f224d6ae6d38e5fc899fb5eaadf2b7c255a1.tar.bz2
bpo-45548: Remove checks for finite and gamma (GH-29206)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b72660d..72463d2 100755
--- a/configure
+++ b/configure
@@ -15092,7 +15092,7 @@ fi
LIBS_SAVE=$LIBS
LIBS="$LIBS $LIBM"
-for ac_func in acosh asinh atanh erf erfc expm1 finite gamma lgamma log1p log2 tgamma
+for ac_func in acosh asinh atanh erf erfc expm1 log1p log2
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"