mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
* configure.ac: Define FTPS flag if we're using curl, and FTPS is
available. * README: Fix some typos (noted by Norihiko Murase), update to 1.4.1, and tweak some descriptions. * NEWS: Note FTPS.
This commit is contained in:
parent
db89c15bff
commit
1f057ff498
4 changed files with 45 additions and 30 deletions
|
@ -669,8 +669,11 @@ fi
|
|||
# Are we doing FTP? We only do FTP if we have libcurl.
|
||||
|
||||
if test x"$try_ftp" = xyes && test x$libcurl_protocol_FTP = xyes ; then
|
||||
AC_DEFINE(FTP_VIA_LIBCURL,1,[Define if FTP is handled via libcurl])
|
||||
AC_SUBST(GPGKEYS_CURL,"gpgkeys_curl$EXEEXT")
|
||||
AC_DEFINE(FTP_VIA_LIBCURL,1,[Define if FTP is handled via libcurl])
|
||||
if test x$libcurl_protocol_FTPS = xyes ; then
|
||||
AC_DEFINE(FTPS_VIA_LIBCURL,1,[Define if FTPS is handled via libcurl])
|
||||
fi
|
||||
fi
|
||||
|
||||
dnl This isn't necessarily sendmail itself, but anything that gives a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue