* configure.in (HAVE_GNUTLS): Add a description to make autoheader happy.
This commit is contained in:
parent
e0a185ae8f
commit
0dc7dbea09
2 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue