aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2010-10-24 22:46:17 +0200
committerLars Magne Ingebrigtsen2010-10-24 22:46:17 +0200
commitd52bb9b4f6fdb38473410159d3474bf8c7d2d9e2 (patch)
treed0dfc5b70fea608e547288666287463b2102532f
parent9317e49920455cb4481bf728cc0dce381ec905a8 (diff)
downloademacs-d52bb9b4f6fdb38473410159d3474bf8c7d2d9e2.tar.gz
emacs-d52bb9b4f6fdb38473410159d3474bf8c7d2d9e2.zip
* configure.in: Remove the BROKEN annotation from gnutls.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 444413bd14a..12c010a4470 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * configure.in: Remove the BROKEN annotation from gnutls.
4
12010-10-22 Glenn Morris <rgm@gnu.org> 52010-10-22 Glenn Morris <rgm@gnu.org>
2 6
3 * make-dist: Avoid listing .el files twice. Don't try to run 7 * make-dist: Avoid listing .el files twice. Don't try to run
diff --git a/configure.in b/configure.in
index 43c0513c22e..4faa5a77ee7 100644
--- a/configure.in
+++ b/configure.in
@@ -3712,7 +3712,7 @@ echo " Does Emacs use -lgpm? ${HAVE_GPM}"
3712echo " Does Emacs use -ldbus? ${HAVE_DBUS}" 3712echo " Does Emacs use -ldbus? ${HAVE_DBUS}"
3713echo " Does Emacs use -lgconf? ${HAVE_GCONF}" 3713echo " Does Emacs use -lgconf? ${HAVE_GCONF}"
3714echo " Does Emacs use -lselinux? ${HAVE_LIBSELINUX}" 3714echo " Does Emacs use -lselinux? ${HAVE_LIBSELINUX}"
3715echo " Does Emacs use -lgnutls (BROKEN)? ${HAVE_GNUTLS}" 3715echo " Does Emacs use -lgnutls? ${HAVE_GNUTLS}"
3716echo " Does Emacs use -lxml2? ${HAVE_LIBXML2}" 3716echo " Does Emacs use -lxml2? ${HAVE_LIBXML2}"
3717 3717
3718echo " Does Emacs use -lfreetype? ${HAVE_FREETYPE}" 3718echo " Does Emacs use -lfreetype? ${HAVE_FREETYPE}"