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()
|
||||
|
||||
# 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
|
||||
foreach(CURL_TEST
|
||||
HAVE_FCNTL_O_NONBLOCK
|
||||
|
||||
Loading…
Reference in New Issue
Block a user