aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2005-07-20 20:55:34 +0000
committerDavid Shaw <[email protected]>2005-07-20 20:55:34 +0000
commit431de51f10e19db89310ddf8c62c963d4fd2ca56 (patch)
treeadbfd2abc5c60ffef4ddc46dae584d1cec2bb9ed
parentCURLINFO_NOW -> CURLVERSION_NOW (diff)
downloadgnupg-431de51f10e19db89310ddf8c62c963d4fd2ca56.tar.gz
gnupg-431de51f10e19db89310ddf8c62c963d4fd2ca56.zip
* configure.ac: Add a define for FAKE_CURL.
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c24b045e6..e427fd560 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-07-20 David Shaw <[email protected]>
+
+ * configure.ac: Add a define for FAKE_CURL.
+
2005-07-19 Werner Koch <[email protected]>
* configure.ac [W32]: Always set DISABLE_KEYSERVER_PATH.
diff --git a/configure.ac b/configure.ac
index ebb24ba1d..e6637a3d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -631,6 +631,7 @@ AC_ARG_ENABLE(fake-curl,
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