]> git.ipfire.org Git - thirdparty/bind9.git/commit
Instead of detecting MUSL libc, detect padding in struct msghdr
authorOndrej Sury <ondrej@isc.org>
Thu, 13 Jan 2022 21:43:20 +0000 (22:43 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 13 Jan 2022 22:06:09 +0000 (23:06 +0100)
commit9da228dde6b8e36856c9399e940ab653c6c0ae91
treeedc3f0a8b2588cc4ccda62c7d7903fe9ff5448df
parent5b7e5b1bd835b2e62c7e401fb3523657fe2cee5c
Instead of detecting MUSL libc, detect padding in struct msghdr

The detection of MUSL libc via autoconf $host turned out to be
not reliable.

Convert the autoconf check from $host detection to actually detect
the padding used in the struct msghdr.
configure.ac