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

Commits on Oct 14, 2022

  1. cmake: delete duplicate HAVE_GETADDRINFO test

    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
    vszakats committed Oct 14, 2022
    Copy the full SHA
    d74500d View commit details
    Browse the repository at this point in the history