Fix. Check correct curl version for curlu option
This commit is contained in:
parent
01f8a3cdc1
commit
08f7c69890
@ -1865,7 +1865,7 @@ static const lcurl_const_t lcurl_easy_opt[] = {
|
|||||||
#if LCURL_CURL_VER_GE(7,56,0)
|
#if LCURL_CURL_VER_GE(7,56,0)
|
||||||
OPT_ENTRY(mimepost, MIMEPOST, TTT, 0, 0)
|
OPT_ENTRY(mimepost, MIMEPOST, TTT, 0, 0)
|
||||||
#endif
|
#endif
|
||||||
#if LCURL_CURL_VER_GE(7,56,0)
|
#if LCURL_CURL_VER_GE(7,63,0)
|
||||||
OPT_ENTRY(curlu, CURLU, TTT, 0, 0)
|
OPT_ENTRY(curlu, CURLU, TTT, 0, 0)
|
||||||
#endif
|
#endif
|
||||||
#undef OPT_ENTRY
|
#undef OPT_ENTRY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user