[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs core TLS support
From: |
Lars Magne Ingebrigtsen |
Subject: |
Re: Emacs core TLS support |
Date: |
Fri, 10 Sep 2010 00:00:56 +0200 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) |
Ted Zlatanov <address@hidden> writes:
[...]
>>> +HAVE_GNUTLS=no
>>> +if test "${with_gnutls}" = "yes" ; then
>>> + PKG_CHECK_MODULES([LIBGNUTLS], [gnutls >= 2.2.4])
>
> AS> Are you sure you want to make gnutls a required dependency of Emacs?
How does this make gnutls a required dependency? I'm not really very
familiar with the autoconf language, but I thought that this meant that
somebody had said --with-gnutls=yes...
But I think gnutls should be a required dependency. So much
communication these days require having tsl/ssl functionality that it
seems totally reasonable to me to have that as a requirement.
--
(domestic pets only, the antidote for overdose, milk.)
address@hidden * Lars Magne Ingebrigtsen
- Re: Emacs core TLS support, Andreas Schwab, 2010/09/05
- Message not available
- Re: Emacs core TLS support, Stefan Monnier, 2010/09/06
- Re: Emacs core TLS support, Ted Zlatanov, 2010/09/06
- re: Emacs core TLS support, Ted Zlatanov, 2010/09/11
- Re: Emacs core TLS support, Ted Zlatanov, 2010/09/11
- Re: Emacs core TLS support, Stefan Monnier, 2010/09/12
- Re: Emacs core TLS support, Ted Zlatanov, 2010/09/14
- Re: Emacs core TLS support, Nikos Mavrogiannopoulos, 2010/09/13
- Re: Emacs core TLS support, Ted Zlatanov, 2010/09/14
- Re: Emacs core TLS support, Nikos Mavrogiannopoulos, 2010/09/14
- Re: Emacs core TLS support, Ted Zlatanov, 2010/09/15