aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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