1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

* configure.in (HAVE_GNUTLS): Add a description to make autoheader happy.

This commit is contained in:
Glenn Morris 2010-09-27 19:22:37 -07:00
parent e0a185ae8f
commit 0dc7dbea09
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-09-28 Glenn Morris <rgm@gnu.org>
* configure.in (HAVE_GNUTLS): Add a description to make autoheader
happy.
2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
* configure.in: Enable imagemagick by default.

View File

@ -2004,7 +2004,7 @@ HAVE_GNUTLS=no
if test "${with_gnutls}" = "yes" ; then
PKG_CHECK_MODULES([LIBGNUTLS], [gnutls >= 2.2.4], HAVE_GNUTLS=yes, HAVE_GNUTLS=no)
if test "${HAVE_GNUTLS}" = "yes"; then
AC_DEFINE(HAVE_GNUTLS)
AC_DEFINE(HAVE_GNUTLS, 1, [Define if using GnuTLS.])
fi
fi
AC_SUBST(LIBGNUTLS_LIBS)