Check for floorf() and provide simple replacement

This commit is contained in:
Riccardo Mottola 2018-06-11 23:46:06 +02:00
parent 0e0d3b563c
commit 96fbdaa81f
5 changed files with 17 additions and 2 deletions

2
configure vendored
View file

@ -3661,7 +3661,7 @@ _ACEOF
fi
for ac_func in rint rintf atan2f
for ac_func in rint rintf atan2f floorf
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"