]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake: delete old `HAVE_LDAP_URL_PARSE` logic
authorViktor Szakats <commit@vsz.me>
Tue, 3 Oct 2023 10:36:27 +0000 (10:36 +0000)
committerViktor Szakats <commit@vsz.me>
Tue, 3 Oct 2023 12:56:22 +0000 (12:56 +0000)
Left there by accident after adding proper detection for this.

Follow-up to 772f0d8edf1c3c2745543f42388ccec5a16ee2c0 #12006

Ref: #11964 (effort to sync cmake detections with autotools)

Closes #12015

CMakeLists.txt

index f1de3843a0247b5248ca68388ad196d59b0fe6a5..3a20f2e9159034630272d14caa1d058f6524b7ef 100644 (file)
@@ -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