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:
parent
e0a185ae8f
commit
0dc7dbea09
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user