diff options
author | John Christopher Anderson <jchris@apache.org> | 2008-11-02 02:52:27 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2008-11-02 02:52:27 +0000 |
commit | c2dba2327743dfe71643d5b294aa6d489bdae032 (patch) | |
tree | 92591883ce11aeedf1aa20e4a8f3746b9f9770a8 | |
parent | 7f1247040c5348f6a3f6e2d999cc5dec9fec6a6f (diff) |
change curl required version to 7.15.5 -- thanks ask@apache.org
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@709833 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2e2a3361..efbb51cd 100644 --- a/configure.ac +++ b/configure.ac @@ -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) |