diff options
| author | Glenn Morris | 2010-09-27 19:22:37 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-09-27 19:22:37 -0700 |
| commit | 0dc7dbea098fff58f3c59ff00189ff8b709caf23 (patch) | |
| tree | 09343c2c80c844d3da1602c58cc1e2ba5185dd5a | |
| parent | e0a185ae8f1de29a80a5561679ae5c92a7a1a0ea (diff) | |
| download | emacs-0dc7dbea098fff58f3c59ff00189ff8b709caf23.tar.gz emacs-0dc7dbea098fff58f3c59ff00189ff8b709caf23.zip | |
* configure.in (HAVE_GNUTLS): Add a description to make autoheader happy.
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | configure.in | 2 |
2 files changed, 6 insertions, 1 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-09-28 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * configure.in (HAVE_GNUTLS): Add a description to make autoheader | ||
| 4 | happy. | ||
| 5 | |||
| 1 | 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 7 | ||
| 3 | * configure.in: Enable imagemagick by default. | 8 | * configure.in: Enable imagemagick by default. |
diff --git a/configure.in b/configure.in index 289ef3195d2..24c47b70431 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -2004,7 +2004,7 @@ HAVE_GNUTLS=no | |||
| 2004 | if test "${with_gnutls}" = "yes" ; then | 2004 | if test "${with_gnutls}" = "yes" ; then |
| 2005 | PKG_CHECK_MODULES([LIBGNUTLS], [gnutls >= 2.2.4], HAVE_GNUTLS=yes, HAVE_GNUTLS=no) | 2005 | PKG_CHECK_MODULES([LIBGNUTLS], [gnutls >= 2.2.4], HAVE_GNUTLS=yes, HAVE_GNUTLS=no) |
| 2006 | if test "${HAVE_GNUTLS}" = "yes"; then | 2006 | if test "${HAVE_GNUTLS}" = "yes"; then |
| 2007 | AC_DEFINE(HAVE_GNUTLS) | 2007 | AC_DEFINE(HAVE_GNUTLS, 1, [Define if using GnuTLS.]) |
| 2008 | fi | 2008 | fi |
| 2009 | fi | 2009 | fi |
| 2010 | AC_SUBST(LIBGNUTLS_LIBS) | 2010 | AC_SUBST(LIBGNUTLS_LIBS) |