]> git.ipfire.org Git - thirdparty/bind9.git/commit
rem: dev: Remove check for the mandatory IPv6 support
authorOndřej Surý <ondrej@isc.org>
Mon, 3 Mar 2025 19:41:00 +0000 (19:41 +0000)
committerOndřej Surý <ondrej@isc.org>
Mon, 3 Mar 2025 19:41:00 +0000 (19:41 +0000)
commitdaa9c1790549e17e468d44f414c941925b6b6b2b
tree9066d318afabb61bbe91d8c94004819065537a62
parentc8104daf8deba370630c197d7d9b63da4010843e
parent4024e0d5c1a7071984f328a0a5815bef1fea4286
rem: dev: Remove check for the mandatory IPv6 support

IPv6 Advanced Socket API (:rfc:`3542`) is a hard requirement, remove the
autoconf check to speed up the ./configure run a little bit.

Merge branch 'ondrej/remove-check-for-mandatory-IPv6' into 'main'

See merge request isc-projects/bind9!10201