Skip to content

Commit

Permalink
Add checks for libcurl to ./configure. Picked version 7.16.0 as lowes…
Browse files Browse the repository at this point in the history
…t requirement because that's the oldest base-install I could find. I assume we can keep lowering that, if people complain.

git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707856 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
janl committed Oct 25, 2008
1 parent 71371d6 commit 07bfbdd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure.ac
Expand Up @@ -104,6 +104,10 @@ AC_SUBST(ICU_CONFIG)
AC_SUBST(ICU_LOCAL_CFLAGS)
AC_SUBST(ICU_LOCAL_LDFLAGS)

AC_CHECK_CURL(7.16.0)
AC_SUBST(CURL_CFLAGS)
AC_SUBST(CURL_LIBS)

AC_PATH_PROG([ERL], [erl])

if test x${ERL} = x; then
Expand Down

0 comments on commit 07bfbdd

Please sign in to comment.