mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-21 19:48:05 +01:00
* configure.ac: Add a define for FAKE_CURL.
This commit is contained in:
parent
eb1db238ed
commit
431de51f10
@ -1,3 +1,7 @@
|
|||||||
|
2005-07-20 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* configure.ac: Add a define for FAKE_CURL.
|
||||||
|
|
||||||
2005-07-19 Werner Koch <wk@g10code.com>
|
2005-07-19 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* configure.ac [W32]: Always set DISABLE_KEYSERVER_PATH.
|
* configure.ac [W32]: Always set DISABLE_KEYSERVER_PATH.
|
||||||
|
@ -631,6 +631,7 @@ AC_ARG_ENABLE(fake-curl,
|
|||||||
AM_CONDITIONAL(FAKE_CURL,test x"$fake_curl" = xyes)
|
AM_CONDITIONAL(FAKE_CURL,test x"$fake_curl" = xyes)
|
||||||
|
|
||||||
if test x"$fake_curl" = xyes ; then
|
if test x"$fake_curl" = xyes ; then
|
||||||
|
AC_DEFINE(FAKE_CURL,1,[define to fake the libcurl API internally])
|
||||||
libcurl_protocol_HTTP=yes
|
libcurl_protocol_HTTP=yes
|
||||||
else
|
else
|
||||||
# If we have neither FTP or HTTP defined, then don't bother to check
|
# If we have neither FTP or HTTP defined, then don't bother to check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user