diff --git a/configure b/configure index f73433cef4..d47feb1bb2 100755 --- a/configure +++ b/configure @@ -13293,20 +13293,18 @@ $as_echo_n "checking for static inline breakage... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -int -main () -{ - - foo1(); - } - static inline int foo1() { return 0; } static inline int foo2() { return foo1(); + } +int +main () +{ +foo1(); ; return 0; }