projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff5c11f
)
Checking for libcurl >= 7.18.0
author
Matthias Wachs
<wachs@net.in.tum.de>
Tue, 13 Jul 2010 12:47:31 +0000
(12:47 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Tue, 13 Jul 2010 12:47:31 +0000
(12:47 +0000)
curl_easy_pause is used in transport_plugin_http
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 1a971b81b7175b8a25c2fc90993e3a94a0eb0112..19bdb5ee847a53f865b0389fdc0370da3ebb4ae3 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-189,7
+189,7
@@
fi
# libcurl
-LIBCURL_CHECK_CONFIG(,7.1
5.4,,AC_MSG_ERROR([GNUnet requires libcurl >= 7.15.4
]))
+LIBCURL_CHECK_CONFIG(,7.1
8.0,,AC_MSG_ERROR([GNUnet requires libcurl >= 7.18.0
]))
# restore LIBS
LIBS=$SAVE_LIBS