summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-11-08 10:48:37 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-11-08 11:31:11 +0100
commit4436a8f44dedc83767b3d9da9beb85d1fae2ca30 (patch)
tree0a2f799e2889295fa5a476772775215a1afb4ea2 /configure
parent4342b346d273366438f10a1cc665d0c2db2af469 (diff)
Remove fminf() emulation.
The emulation is unused and causes compilation trouble on systems where fminf() is defined in <math.h> but missing from libm. This should fix compilation on Debian powerpcspe.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 314e7fff03..978ef1203e 100755
--- a/configure
+++ b/configure
@@ -1678,7 +1678,6 @@ MATH_FUNCS="
exp2
exp2f
expf
- fminf
isinf
isnan
ldexpf
@@ -4813,7 +4812,6 @@ disabled crystalhd || check_lib libcrystalhd/libcrystalhd_if.h DtsCrystalHDVersi
atan2f_args=2
ldexpf_args=2
powf_args=2
-fminf_args=2
for func in $MATH_FUNCS; do
eval check_mathfunc $func \${${func}_args:-1}