Fix. Check correct curl version for curlu option

This commit is contained in:
Alexey Melnichuk 2018-12-23 13:19:03 +03:00
parent 01f8a3cdc1
commit 08f7c69890

View File

@ -1865,7 +1865,7 @@ static const lcurl_const_t lcurl_easy_opt[] = {
#if LCURL_CURL_VER_GE(7,56,0)
OPT_ENTRY(mimepost, MIMEPOST, TTT, 0, 0)
#endif
#if LCURL_CURL_VER_GE(7,56,0)
#if LCURL_CURL_VER_GE(7,63,0)
OPT_ENTRY(curlu, CURLU, TTT, 0, 0)
#endif
#undef OPT_ENTRY