aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-06 21:15:27 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-06 21:15:27 +0000
commit5a9341cd0b865ebb39dfb186a3069538c0322a33 (patch)
tree9ee3b82a41877a38d60e8270b1d59780870f3859 /configure.ac
parent6f59b6d100c3ae36df2a9588062e3be4a8e08f29 (diff)
downloadgnunet-5a9341cd0b865ebb39dfb186a3069538c0322a33.tar.gz
gnunet-5a9341cd0b865ebb39dfb186a3069538c0322a33.zip
-7.21.3 required now
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 228ff17e0..e7418a667 100644
--- a/configure.ac
+++ b/configure.ac
@@ -326,7 +326,7 @@ AC_LANG_POP(C)
326fi # $build = $target 326fi # $build = $target
327 327
328# libcurl 328# libcurl
329LIBCURL_CHECK_CONFIG(,7.20.1,,AC_MSG_ERROR([GNUnet requires libcurl >= 7.20.1])) 329LIBCURL_CHECK_CONFIG(,7.21.3,,AC_MSG_ERROR([GNUnet requires libcurl >= 7.21.3]))
330# restore LIBS 330# restore LIBS
331LIBS=$SAVE_LIBS 331LIBS=$SAVE_LIBS
332 332