Merge commit 'bf2f748fc74fff5272075e1fe1c07b4152421526'

* commit 'bf2f748fc74fff5272075e1fe1c07b4152421526':
  configure: Use correct libm linker flag during math function checks

Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2017-04-04 16:16:57 -03:00
commit 12290077d1
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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