From: Diego Biurrun Date: Wed, 23 Nov 2016 08:27:28 +0000 (+0100) Subject: configure: Use correct libm linker flag during math function checks X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=bf2f748fc74fff5272075e1fe1c07b4152421526;p=ffmpeg configure: Use correct libm linker flag during math function checks --- diff --git a/configure b/configure index eb5147615cc..bfae451257d 100755 --- a/configure +++ b/configure @@ -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