mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 22:17:39 +00:00
Check for floorf() and provide simple replacement
This commit is contained in:
parent
0e0d3b563c
commit
96fbdaa81f
5 changed files with 17 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue