diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 3ccd8ab6a..b7027ebdc 100644 --- a/configure.ac +++ b/configure.ac @@ -1026,7 +1026,7 @@ AC_ARG_ENABLE(npth-debug, # -# NTBTLS is our TLS library. If it is not available fallback to +# NTBTLS is our TLS library. If it is not available we fall back to # GNUTLS. # AC_ARG_ENABLE(ntbtls, @@ -1057,9 +1057,10 @@ else AC_DEFINE(HTTP_USE_GNUTLS, 1, [Enable GNUTLS support in http.c]) else tmp=$(echo "$LIBGNUTLS_PKG_ERRORS" | tr '\n' '\v' | sed 's/\v/\n*** /g') + build_dirmngr=no AC_MSG_WARN([[ *** -*** Building without NTBTLS and GNUTLS - no TLS access to keyservers. +*** Neither NTBTLS nor GNUTLS available - not building dirmngr. *** *** $tmp]]) fi |