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:
Viktor Szakats 2023-10-03 10:36:27 +00:00
parent 8a940fd55c
commit ff9f57bd34
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -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