emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101658: * configure.in (HAVE_GNUTLS)


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101658: * configure.in (HAVE_GNUTLS): Add a description to make autoheader happy.
Date: Mon, 27 Sep 2010 19:22:37 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101658
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2010-09-27 19:22:37 -0700
message:
  * configure.in (HAVE_GNUTLS): Add a description to make autoheader happy.
modified:
  ChangeLog
  configure.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2010-09-27 20:53:35 +0000
+++ b/ChangeLog 2010-09-28 02:22:37 +0000
@@ -1,3 +1,8 @@
+2010-09-28  Glenn Morris  <address@hidden>
+
+       * configure.in (HAVE_GNUTLS): Add a description to make autoheader
+       happy.
+
 2010-09-27  Lars Magne Ingebrigtsen  <address@hidden>
 
        * configure.in: Enable imagemagick by default.

=== modified file 'configure.in'
--- a/configure.in      2010-09-27 20:53:35 +0000
+++ b/configure.in      2010-09-28 02:22:37 +0000
@@ -2004,7 +2004,7 @@
 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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]