From ff9f57bd34257e0fcadba0818d44d9436799967d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 3 Oct 2023 10:36:27 +0000 Subject: [PATCH] cmake: delete old `HAVE_LDAP_URL_PARSE` logic 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 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f1de3843a..3a20f2e91 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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