1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

* keyserver.c (curl_can_handle): New. Do a runtime check against libcurl

to see if it can handle a particular protocol. (keyserver_typemap): Call
it here.

* Makefile.am: Pull in libcurl for curl_version_info() if used.
This commit is contained in:
David Shaw 2005-07-20 21:15:04 +00:00
parent 431de51f10
commit a918d63fd5
3 changed files with 43 additions and 16 deletions

View file

@ -124,7 +124,8 @@ gpgv_SOURCES = gpgv.c \
verify.c
LDADD = $(needed_libs) $(other_libs) @ZLIBS@ @W32LIBS@ @LIBREADLINE@
gpg_LDADD = $(LDADD) @DLLIBS@ @NETLIBS@ @LIBUSB@
gpg_LDADD = $(LDADD) @DLLIBS@ @NETLIBS@ @LIBUSB@ @LIBCURL@
##gpg_CPPFLAGS = @LIBCURL_CPPFLAGS@
$(PROGRAMS): $(needed_libs)