diff options
author | Daniel Kahn Gillmor <[email protected]> | 2018-10-18 04:19:34 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2018-10-18 04:28:51 +0000 |
commit | 12b0b5c8941b4ef9ec06002c868ba2bc09216674 (patch) | |
tree | 3cea2e9e34c2389f01e85b6611e410e346234829 /configure.ac | |
parent | doc: convert more http:// links to https:// (diff) | |
download | gpgme-12b0b5c8941b4ef9ec06002c868ba2bc09216674.tar.gz gpgme-12b0b5c8941b4ef9ec06002c868ba2bc09216674.zip |
doc: convert more links to equivalent https:// URLs
--
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 728445df..1493554d 100644 --- a/configure.ac +++ b/configure.ac @@ -830,7 +830,7 @@ if test "$have_gpg_error" = "no"; then *** *** You need libgpg-error to build this program. ** This library is for example available at -*** ftp://ftp.gnupg.org/gcrypt/libgpg-error +*** https://www.gnupg.org/ftp/gcrypt/libgpg-error/ *** (at least version $NEED_GPG_ERROR_VERSION is required.) ***]]) fi @@ -840,7 +840,7 @@ if test "$have_libassuan" = "no"; then *** *** You need libassuan to build this program. *** This library is for example available at -*** ftp://ftp.gnupg.org/gcrypt/libassuan/ +*** https://www.gnupg.org/ftp/gcrypt/libassuan/ *** (at least version $NEED_LIBASSUAN_VERSION (API $NEED_LIBASSUAN_API) is required). ***]]) fi |