[svn] GnuPG - r4732 - branches/STABLE-BRANCH-1-4

svn author dshaw cvs at cvs.gnupg.org
Mon Mar 31 23:17:19 CEST 2008


Author: dshaw
Date: 2008-03-31 23:17:18 +0200 (Mon, 31 Mar 2008)
New Revision: 4732

Modified:
   branches/STABLE-BRANCH-1-4/ChangeLog
   branches/STABLE-BRANCH-1-4/configure.ac
Log:
* configure.ac: Require curl 7.10 (Oct 1 2002) or later as we use
curl_version_info().


Modified: branches/STABLE-BRANCH-1-4/ChangeLog
===================================================================
--- branches/STABLE-BRANCH-1-4/ChangeLog	2008-03-31 10:31:20 UTC (rev 4731)
+++ branches/STABLE-BRANCH-1-4/ChangeLog	2008-03-31 21:17:18 UTC (rev 4732)
@@ -1,3 +1,8 @@
+2008-03-31  David Shaw  <dshaw at jabberwocky.com>
+
+	* configure.ac: Require curl 7.10 (Oct 1 2002) or later as we use
+	curl_version_info().
+
 2008-03-26  Werner Koch  <wk at g10code.com>
 
 	Release 1.4.9.

Modified: branches/STABLE-BRANCH-1-4/configure.ac
===================================================================
--- branches/STABLE-BRANCH-1-4/configure.ac	2008-03-31 10:31:20 UTC (rev 4731)
+++ branches/STABLE-BRANCH-1-4/configure.ac	2008-03-31 21:17:18 UTC (rev 4732)
@@ -762,8 +762,9 @@
 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




More information about the Gnupg-commits mailing list