BIND 9.16.8 cannot be cross-compiled
This is a regression since BIND 9.16.7 that was inadvertently caused by
commit b8db702a (part of !4211 (merged))
replacing AC_LINK_IFELSE()
with AC_RUN_IFELSE()
in configure.ac
.
Cross-compiling BIND 9.16.8 is interrupted at ./configure
stage with
the following error message:
configure: error: cannot run test program while cross compiling
The problem does not affect the main
branch because !4174 (merged) dropped
function wrapping from that branch altogether.