aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2008-03-31 21:17:18 +0000
committerDavid Shaw <[email protected]>2008-03-31 21:17:18 +0000
commit7a8c24a7930c85fefc387fb6a51222c865c2c09c (patch)
tree60d6fc1e7c0ee523ce5048a8bb875103295acf3b
parentadd comment. (diff)
downloadgnupg-7a8c24a7930c85fefc387fb6a51222c865c2c09c.tar.gz
gnupg-7a8c24a7930c85fefc387fb6a51222c865c2c09c.zip
* configure.ac: Require curl 7.10 (Oct 1 2002) or later as we use
curl_version_info().
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6bb24bd28..9ff4d2757 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-31 David Shaw <[email protected]>
+
+ * configure.ac: Require curl 7.10 (Oct 1 2002) or later as we use
+ curl_version_info().
+
2008-03-26 Werner Koch <[email protected]>
Release 1.4.9.
diff --git a/configure.ac b/configure.ac
index 722077ec0..ead235ae8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -762,8 +762,9 @@ if test "$try_ldap" = yes ; then
fi
# Check for curl. We fake the curl API if libcurl isn't installed.
+# We require 7.10 or better as we use curl_version_info().
-LIBCURL_CHECK_CONFIG([yes],,,[fake_curl=yes])
+LIBCURL_CHECK_CONFIG([yes],[7.10],,[fake_curl=yes])
AM_CONDITIONAL(FAKE_CURL,test x"$fake_curl" = xyes)
# Generic, for us, means curl