aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-07-13 12:47:31 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-07-13 12:47:31 +0000
commite4ab5c979af8839adc4527bd31e52fa87a0fa3ad (patch)
treecb26accd61b7e21c72475de6f40f3c9934c0f879
parentff5c11ff35fee9da496d06e44f238126f70f5f88 (diff)
downloadgnunet-e4ab5c979af8839adc4527bd31e52fa87a0fa3ad.tar.gz
gnunet-e4ab5c979af8839adc4527bd31e52fa87a0fa3ad.zip
Checking for libcurl >= 7.18.0
curl_easy_pause is used in transport_plugin_http
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1a971b81b..19bdb5ee8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -189,7 +189,7 @@ fi
189 189
190 190
191# libcurl 191# libcurl
192LIBCURL_CHECK_CONFIG(,7.15.4,,AC_MSG_ERROR([GNUnet requires libcurl >= 7.15.4])) 192LIBCURL_CHECK_CONFIG(,7.18.0,,AC_MSG_ERROR([GNUnet requires libcurl >= 7.18.0]))
193# restore LIBS 193# restore LIBS
194LIBS=$SAVE_LIBS 194LIBS=$SAVE_LIBS
195 195