emacs-devel
[Top][All Lists]
Advanced

[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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]