diff --git a/configure b/configure index 284379463b..300852d83b 100755 --- a/configure +++ b/configure @@ -708,7 +708,7 @@ check_mathfunc(){ check_ld "$@" < float foo(float f) { return $func(f); } -int main(void){ return 0; } +int main(void){ return (int) foo; } EOF }