Skip to content

Commit

Permalink
change curl required version to 7.15.5 -- thanks ask@apache.org
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@709833 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
jchris committed Nov 2, 2008
1 parent 7f12470 commit c2dba23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -104,7 +104,7 @@ AC_SUBST(ICU_CONFIG)
AC_SUBST(ICU_LOCAL_CFLAGS)
AC_SUBST(ICU_LOCAL_LDFLAGS)

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

Expand Down

0 comments on commit c2dba23

Please sign in to comment.