mirror of
https://github.com/transmission/transmission
synced 2025-03-03 18:25:35 +00:00
(trunk libT) #2987 "push libcurl into its own worker thread" -- lower the libcurl prerequisite from 7.16.3 down to 7.15.4
This commit is contained in:
parent
99d53d7ef7
commit
31b30501c4
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ AM_CONDITIONAL(TR_UNSTABLE, test "x$supported_build" = "xno")
|
|||
## MANDATORY for everything
|
||||
##
|
||||
##
|
||||
CURL_MINIMUM=7.16.3
|
||||
CURL_MINIMUM=7.15.4
|
||||
AC_SUBST(CURL_MINIMUM)
|
||||
LIBEVENT_MINIMUM=1.4.5
|
||||
AC_SUBST(LIBEVENT_MINIUM)
|
||||
|
|
Loading…
Reference in a new issue