Commit 12290077 authored by James Almer's avatar James Almer

Merge commit 'bf2f748f'

* commit 'bf2f748f':
  configure: Use correct libm linker flag during math function checks
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents 65541801 bf2f748f
......@@ -5744,7 +5744,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
for func in $COMPLEX_FUNCS; do
......
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