diff options
author | Christian Heimes <christian@python.org> | 2021-10-25 16:25:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-25 16:25:43 (GMT) |
commit | 77e3f224d6ae6d38e5fc899fb5eaadf2b7c255a1 (patch) | |
tree | e5e24d80a025d3f71a69851c17857cb09d02c83b /configure | |
parent | fa26245a1c1aa938cce391348d6bd879da357522 (diff) | |
download | cpython-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |