Commit bf2f748f authored by Diego Biurrun's avatar Diego Biurrun

configure: Use correct libm linker flag during math function checks

parent ce6f780b
...@@ -4620,7 +4620,7 @@ ldexpf_args=2 ...@@ -4620,7 +4620,7 @@ ldexpf_args=2
powf_args=2 powf_args=2
for func in $MATH_FUNCS; do for func in $MATH_FUNCS; do
eval check_mathfunc $func \${${func}_args:-1} eval check_mathfunc $func \${${func}_args:-1} $LIBM
done done
# these are off by default, so fail if requested and not available # these are off by default, so fail if requested and not available
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment