mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 11:09:59 -04:00
regenerate
This commit is contained in:
parent
518ba12f1f
commit
5244e2adcf
1 changed files with 5 additions and 7 deletions
12
configure
vendored
12
configure
vendored
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue