diff --git a/configure b/configure index f324e17929..b28b4685a1 100755 --- a/configure +++ b/configure @@ -675,7 +675,8 @@ check_mathfunc(){ disable $func check_ld "$@" < -int main(void){ $func(0); return 0; } +float foo(float f) { return $func(f); } +int main(void){ return 0; } EOF }