From 04fb060f467b9eece66f3624b4fd966a9f12e21c Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 29 Jul 2010 15:06:20 +0000 Subject: changed required libcurl version to >= 7.20.1 this is a preliminary change since there is no newer version for my system final required version will be >= 7.21.0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d3f25ffb6..c3832bb89 100644 --- a/configure.ac +++ b/configure.ac @@ -189,7 +189,7 @@ fi # libcurl -LIBCURL_CHECK_CONFIG(,7.18.0,,AC_MSG_ERROR([GNUnet requires libcurl >= 7.18.0])) +LIBCURL_CHECK_CONFIG(,7.20.1,,AC_MSG_ERROR([GNUnet requires libcurl >= 7.20.1])) # restore LIBS LIBS=$SAVE_LIBS -- cgit v1.2.3