(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
1 changed files with 1 additions and 1 deletions

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)