Skip to content

Commit

Permalink
cURL refactoring requires a version bump.
Browse files Browse the repository at this point in the history
We might want to discuss making cURL a soft dependency.



git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@885022 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
davisp committed Nov 27, 2009
1 parent b228c33 commit 80d1859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
])

Expand Down

0 comments on commit 80d1859

Please sign in to comment.