configure: Use correct libm linker flag during math function checks

This commit is contained in:
Diego Biurrun 2016-11-23 09:27:28 +01:00
parent ce6f780bc6
commit bf2f748fc7

2
configure vendored
View File

@ -4620,7 +4620,7 @@ ldexpf_args=2
powf_args=2
for func in $MATH_FUNCS; do
eval check_mathfunc $func \${${func}_args:-1}
eval check_mathfunc $func \${${func}_args:-1} $LIBM
done
# these are off by default, so fail if requested and not available