]> git.ipfire.org Git - thirdparty/git.git/commit - imap-send.c
imap-send: only use CURLOPT_LOGIN_OPTIONS if it is actually available
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 26 Oct 2015 13:14:58 +0000 (14:14 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Oct 2015 20:10:30 +0000 (13:10 -0700)
commit71d92575251bdb8b5e1b5b3a5c649bb63d9fc116
tree247e6109a106a1da35e55658a681a10e8f448a31
parenta2558fb8e1e387b630312311e1d22c95663da5d0
imap-send: only use CURLOPT_LOGIN_OPTIONS if it is actually available

This fixes the compilation on an older Linux that was used to debug
test failures when upgrading Git for Windows to Git v2.3.0.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
imap-send.c