From: Tinderbox User Date: Thu, 24 Jan 2013 22:54:34 +0000 (+0000) Subject: regenerate X-Git-Tag: v9.9.3b2~89 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=5244e2adcfa78053a24eb18f2dbe4d22a97587ff;p=thirdparty%2Fbind9.git regenerate --- diff --git a/configure b/configure index f73433cef48..d47feb1bb23 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; }