summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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