[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs core TLS support
From: |
Ted Zlatanov |
Subject: |
Re: Emacs core TLS support |
Date: |
Fri, 10 Sep 2010 09:06:44 -0500 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) |
On Fri, 10 Sep 2010 12:59:50 +0200 Lars Magne Ingebrigtsen <address@hidden>
wrote:
LMI> Andreas Schwab <address@hidden> writes:
>>> How does this make gnutls a required dependency?
>>
>> By erroring out by default if gnutls is not available.
LMI> Ah, right. So it should be more like:
LMI> HAVE_GNUTLS=no
LMI> if test "${with_gnutls}" = "yes" ; then
LMI> PKG_CHECK_MODULES(LIBGNUTLS, gnutls >= 2.2.4, HAVE_GNUTLS=yes,
HAVE_GNUTLS=no)
LMI> if test "${HAVE_GNUTLS}" = "yes"; then
LMI> AC_DEFINE(HAVE_GNUTLS)
LMI> fi
LMI> fi
Oh, I thought Andreas was saying there's some problem with the
PKG_CHECK_MODULES macros so they only work when libgnutls-dev is
installed. Thanks for explaining.
I feel (as Lars does) that GnuTLS should be a required part of Emacs,
disabled by choice. Today it's hard to imagine a system where you would
not want GnuTLS enabled if it was available for the platform. In any
case, if a maintainer could give me a definite yes or no, I would
appreciate it. Switching the default to "no" is not a problem
technically.
Ted
- Re: Emacs core TLS support, (continued)
- Re: Emacs core TLS support, Andreas Schwab, 2010/09/05
- Re: Emacs core TLS support, Stefan Monnier, 2010/09/05
- Re: Emacs core TLS support, Andreas Schwab, 2010/09/06
- Re: Emacs core TLS support, Ted Zlatanov, 2010/09/06
- Re: Emacs core TLS support, Andreas Schwab, 2010/09/06
- Re: Emacs core TLS support, Andreas Schwab, 2010/09/06
- Re: Emacs core TLS support, Ted Zlatanov, 2010/09/09
- Re: Emacs core TLS support, Lars Magne Ingebrigtsen, 2010/09/09
- Re: Emacs core TLS support, Andreas Schwab, 2010/09/10
- Re: Emacs core TLS support, Lars Magne Ingebrigtsen, 2010/09/10
- Re: Emacs core TLS support,
Ted Zlatanov <=
- Re: Emacs core TLS support, Stefan Monnier, 2010/09/11
- Re: Emacs core TLS support, Ted Zlatanov, 2010/09/14
- Re: Emacs core TLS support, Stefan Monnier, 2010/09/06
- Message not available
- Message not available
- Re: Emacs core TLS support, Ted Zlatanov, 2010/09/11
- Re: Emacs core TLS support, Stefan Monnier, 2010/09/12
- Message not available
- Message not available
- Re: Emacs core TLS support, Nikos Mavrogiannopoulos, 2010/09/13
- Message not available
- Re: Emacs core TLS support, Nikos Mavrogiannopoulos, 2010/09/14
- Re: Emacs core TLS support, Lars Magne Ingebrigtsen, 2010/09/14
- Re: Emacs core TLS support, Ted Zlatanov, 2010/09/15
- Re: Emacs core TLS support, Ted Zlatanov, 2010/09/14