You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously it could say "IPv6: enabled" at the end of the configure run
but the define wasn't set because of a missing getaddrinfo().
Reported-by: Marcel Raad
Fixes#4555
I did this
configure says:
because of
curl/configure.ac
Line 1231 in 2839cfd
But curl_config.h says:
because of
curl/configure.ac
Line 3968 in 2839cfd
I expected the following
The output of configure to match
ENABLE_IPV6
. And probablyENABLE_IPV6
being independent ofHAVE_GETADDRINFO
.curl/libcurl version
2839cfd
operating system
Classic MinGW with MSYS 1.0 on Windows 10
The text was updated successfully, but these errors were encountered: