summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Joseph Davis <davisp@apache.org>2009-11-27 21:23:43 +0000
committerPaul Joseph Davis <davisp@apache.org>2009-11-27 21:23:43 +0000
commit32bf31cc5af8bc87aae1b787fe83140fb7d9a9e1 (patch)
treea2b6c85f4dc9ac232d1caca115364b33e43a6979 /configure.ac
parente752a53b9a213efdb2a1b38d7d5e3bca1f904fad (diff)
cURL refactoring requires a version bump.
We might want to discuss making cURL a soft dependency. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@885022 13f79535-47bb-0310-9956-ffa450edef68
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 86241edf..679c6cae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -215,7 +215,7 @@ AC_ARG_WITH([win32-curl], [AC_HELP_STRING([--with-win32-curl=PATH],
CURL_LIBS="$withval/lib/libcurl"
CURL_LDFLAGS="-l$CURL_LIBS -lWs2_32 -lkernel32 -luser32 -ladvapi32 -lWldap32"
], [
- AC_CHECK_CURL([7.15.5])
+ AC_CHECK_CURL([7.18.0])
CURL_LDFLAGS=-lcurl
])