From: Viktor Szakats Date: Tue, 3 Oct 2023 10:36:27 +0000 (+0000) Subject: cmake: delete old `HAVE_LDAP_URL_PARSE` logic X-Git-Tag: curl-8_4_0~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff9f57bd34257e0fcadba0818d44d9436799967d;p=thirdparty%2Fcurl.git 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 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index f1de3843a0..3a20f2e915 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