]> git.ipfire.org Git - thirdparty/curl.git/commit
configure: drop duplicate feature checks for `poll()`, `if_nametoindex()`
authorViktor Szakats <commit@vsz.me>
Sun, 6 Oct 2024 00:26:48 +0000 (02:26 +0200)
committerViktor Szakats <commit@vsz.me>
Mon, 7 Oct 2024 10:31:21 +0000 (12:31 +0200)
commit2d1959dd0c504a1e4418f687b714357142b0b21b
treef241ccb5e005664c44a6883b1769572ee4e662fa
parent5e70566094463b8463d4dc1bec9b66763a761c76
configure: drop duplicate feature checks for `poll()`, `if_nametoindex()`

Before this patch they were detected via manual methods, then with
`AC_CHECK_FUNCS()`.

Delete the manual checks and keep the latter.

Also delete `CURL_INCLUDES_POLL()` which is no longer used after
the above.

Closes #15170
configure.ac
m4/curl-functions.m4