From 31b30501c4c85aa2511a8c96846e5a4a9853bf3f Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 9 Mar 2010 19:52:58 +0000 Subject: [PATCH] (trunk libT) #2987 "push libcurl into its own worker thread" -- lower the libcurl prerequisite from 7.16.3 down to 7.15.4 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 73c855af5..c877df6f4 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- 2.40.0