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: assume wldap32 availability on Windows #11624

Closed
wants to merge 1 commit into from

Conversation

vszakats
Copy link
Member

@vszakats vszakats commented Aug 8, 2023

This system library first shipped with Windows ME, available as an extra
install for some older releases (according to 1). The import library
was present already in old MinGW 3.4.2 (year 2007).

Drop the feature check and the associated HAVE_WLDAP32 variable.

To manually disable wldap32, you can use the USE_WIN32_LDAP=OFF
CMake option, like before.

Closes #11624

Footnotes

  1. https://dlcdn.apache.org/httpd/binaries/win32/LEGACY.html

This system library first shipped with Windows ME, available as an extra
install for some older releases (according to [1]). The import library
was present already in old MinGW 3.4.2 (year 2007).

Drop the feature check and the associated `HAVE_WLDAP32` variable.

You can continue to manually disable `wldap32` with the
`USE_WIN32_LDAP=OFF` CMake option.

[1]: https://dlcdn.apache.org/httpd/binaries/win32/LEGACY.html

Closes #xxxxx
@vszakats vszakats closed this in fb722ec Aug 9, 2023
@vszakats vszakats deleted the cmake-wldap32 branch August 9, 2023 12:04
ptitSeb pushed a commit to wasix-org/curl that referenced this pull request Sep 25, 2023
This system library first shipped with Windows ME, available as an extra
install for some older releases (according to [1]). The import library
was present already in old MinGW 3.4.2 (year 2007).

Drop the feature check and its associated `HAVE_WLDAP32` variable.

To manually disable `wldap32`, you can use the `USE_WIN32_LDAP=OFF`
CMake option, like before.

[1]: https://dlcdn.apache.org/httpd/binaries/win32/LEGACY.html

Reviewed-by: Jay Satiro
Closes curl#11624
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

2 participants