summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2008-10-25 16:12:50 +0000
committerJan Lehnardt <jan@apache.org>2008-10-25 16:12:50 +0000
commit07bfbddf7a318d8a228d7dd27057fcdb81ab2436 (patch)
tree49f04366edafa2345d9fc0e712fe82eeb2512f2d /configure.ac
parent71371d67e9ebbfdca5caf206552412e621ede612 (diff)
Add checks for libcurl to ./configure. Picked version 7.16.0 as lowest 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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b637aaee..020e6c39 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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