Emacs core TLS support

Andreas Schwab schwab at linux-m68k.org
Mon Sep 6 19:18:01 CEST 2010


Ted Zlatanov <tzz at lifelogs.com> writes:

> @@ -1998,6 +1999,13 @@
>  fi
>  AC_SUBST(LIBSELINUX_LIBS)
>  
> +HAVE_GNUTLS=no
> +if test "${with_gnutls}" = "yes" ; then
> +  PKG_CHECK_MODULES([LIBGNUTLS], [gnutls >= 2.2.4])

Are you sure you want to make gnutls a required dependency of Emacs?

> +  AC_DEFINE(HAVE_GNUTLS)

$ autoreconf
autoheader: warning: missing template: HAVE_GNUTLS
autoheader: Use AC_DEFINE([HAVE_GNUTLS], [], [Description])
autoreconf: /usr/bin/autoheader failed with exit status: 1

Andreas.

-- 
Andreas Schwab, schwab at linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




More information about the Gnutls-devel mailing list