From: Bill Hoffman Date: Wed, 24 Mar 2010 18:16:41 +0000 (-0400) Subject: Enable LDAP by default since it is now disabled when ldap.h is not found, X-Git-Tag: curl-7_20_1~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff438c994ebbbb63eda83ca34e2bbe8e3f6dfbf3;p=curl Enable LDAP by default since it is now disabled when ldap.h is not found, --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 023cce3dc..56c42785f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,7 +99,7 @@ option(HTTP_ONLY "disables all protocols except HTTP (This overrides all CURL_DI mark_as_advanced(HTTP_ONLY) option(CURL_DISABLE_FTP "disables FTP" OFF) mark_as_advanced(CURL_DISABLE_FTP) -option(CURL_DISABLE_LDAP "disables LDAP" ON) +option(CURL_DISABLE_LDAP "disables LDAP" OFF) mark_as_advanced(CURL_DISABLE_LDAP) option(CURL_DISABLE_TELNET "disables Telnet" OFF) mark_as_advanced(CURL_DISABLE_TELNET)