gnupg (ChangeLog configure.ac)
cvs user dshaw
cvs at cvs.gnupg.org
Wed Jul 20 22:29:35 CEST 2005
Date: Wednesday, July 20, 2005 @ 22:55:34
Author: dshaw
Path: /cvs/gnupg/gnupg
Modified: ChangeLog configure.ac
* configure.ac: Add a define for FAKE_CURL.
--------------+
ChangeLog | 4 ++++
configure.ac | 1 +
2 files changed, 5 insertions(+)
Index: gnupg/ChangeLog
diff -u gnupg/ChangeLog:1.255 gnupg/ChangeLog:1.256
--- gnupg/ChangeLog:1.255 Tue Jul 19 10:50:28 2005
+++ gnupg/ChangeLog Wed Jul 20 22:55:34 2005
@@ -1,3 +1,7 @@
+2005-07-20 David Shaw <dshaw at jabberwocky.com>
+
+ * configure.ac: Add a define for FAKE_CURL.
+
2005-07-19 Werner Koch <wk at g10code.com>
* configure.ac [W32]: Always set DISABLE_KEYSERVER_PATH.
Index: gnupg/configure.ac
diff -u gnupg/configure.ac:1.147 gnupg/configure.ac:1.148
--- gnupg/configure.ac:1.147 Tue Jul 19 10:50:28 2005
+++ gnupg/configure.ac Wed Jul 20 22:55:34 2005
@@ -631,6 +631,7 @@
AM_CONDITIONAL(FAKE_CURL,test x"$fake_curl" = xyes)
if test x"$fake_curl" = xyes ; then
+ AC_DEFINE(FAKE_CURL,1,[define to fake the libcurl API internally])
libcurl_protocol_HTTP=yes
else
# If we have neither FTP or HTTP defined, then don't bother to check
More information about the Gnupg-commits
mailing list