mirror of
https://github.com/curl/curl.git
synced 2025-09-14 16:12:43 +03:00
cmake: delete old HAVE_LDAP_URL_PARSE
logic
Left there by accident after adding proper detection for this.
Follow-up to 772f0d8edf
#12006
Ref: #11964 (effort to sync cmake detections with autotools)
Closes #12015
This commit is contained in:
parent
8a940fd55c
commit
ff9f57bd34
|
@ -1237,11 +1237,6 @@ if(NOT HAVE_SIGSETJMP)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# If there is no stricmp(), do not allow LDAP to parse URLs
|
|
||||||
if(NOT HAVE_STRICMP)
|
|
||||||
set(HAVE_LDAP_URL_PARSE 1)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# Do curl specific tests
|
# Do curl specific tests
|
||||||
foreach(CURL_TEST
|
foreach(CURL_TEST
|
||||||
HAVE_FCNTL_O_NONBLOCK
|
HAVE_FCNTL_O_NONBLOCK
|
||||||
|
|
Loading…
Reference in New Issue
Block a user