diff options
author | Дилян Палаузов <git-dpa@aegee.org> | 2016-06-28 12:04:34 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-06-28 09:25:06 -0700 |
commit | 924b7eb1c983c845203a5c2fd80fe499acff6e84 (patch) | |
tree | c689ab7f6bc64a5f69e02f446394941f0cd163e7 /Documentation/git-show-branch.txt | |
parent | 05219a1276341e72d8082d76b7f5ed394b7437a4 (diff) | |
download | git-dp/autoconf-curl-ssl.tar.gz |
./configure.ac: detect SSL in libcurl using curl-configdp/autoconf-curl-ssl
The API of libcurl does not mention Curl_ssl_init() and when curl is
built with -flto, the Curl_ssl_init symbol is not exported.
https://curl.haxx.se/libcurl/using/ suggests calling
curl-config --feature | grep SSL
to see, if the installed curl has SSL support. Another approach
would be calling curl_version_info and checking the returned struct.
This patch removes the check for the Curl_ssl_init exported symbol
from libcurl and uses curl-config to detect SSL support in libcurl.
Signed-off-by: Дилян Палаузов <git-dpa@aegee.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-show-branch.txt')
0 files changed, 0 insertions, 0 deletions