1
0
Fork 0
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:
Charles Kerr 2010-03-09 19:52:58 +00:00
parent 99d53d7ef7
commit 31b30501c4

View file

@ -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)