Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: delete duplicate HAVE_GETADDRINFO test #9731

Closed
wants to merge 1 commit into from

Conversation

vszakats
Copy link
Member

A custom HAVE_GETADDRINFO check came with the initial CMake commit [1]. Later, commit [2] added a standard check for it as well. The standard check run before the custom one, so CMake ignored the latter.

The custom check was also non-portable, so this patch deletes it in favor of the standard check.

[1] 4c5307b
[2] aec7c5a

Closes #xxxx

A custom `HAVE_GETADDRINFO` check came with the initial CMake commit
[1]. Later, commit [2] added a standard check for it as well. The
standard check run before the custom one, so CMake ignored the latter.

The custom check was also non-portable, so this patch deletes it in
favor of the standard check.

[1] 4c5307b
[2] aec7c5a

Closes #xxxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

1 participant