summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-11-23 09:27:28 +0100
committerDiego Biurrun <diego@biurrun.de>2016-11-25 18:46:52 +0100
commitbf2f748fc74fff5272075e1fe1c07b4152421526 (patch)
tree5cd73aab459f5d9c8a4011bf6dfe016f68f058d9 /configure
parentce6f780bc6656ad3895f81a988b239ad3c8af4b8 (diff)
configure: Use correct libm linker flag during math function checks
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index eb5147615c..bfae451257 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