From: Lars Magne Ingebrigtsen Date: Sun, 24 Oct 2010 20:46:17 +0000 (+0200) Subject: * configure.in: Remove the BROKEN annotation from gnutls. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~45^2~481 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d52bb9b4f6fdb38473410159d3474bf8c7d2d9e2;p=emacs.git * configure.in: Remove the BROKEN annotation from gnutls. --- diff --git a/ChangeLog b/ChangeLog index 444413bd14a..12c010a4470 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-10-24 Lars Magne Ingebrigtsen + + * configure.in: Remove the BROKEN annotation from gnutls. + 2010-10-22 Glenn Morris * 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}" echo " Does Emacs use -ldbus? ${HAVE_DBUS}" echo " Does Emacs use -lgconf? ${HAVE_GCONF}" echo " Does Emacs use -lselinux? ${HAVE_LIBSELINUX}" -echo " Does Emacs use -lgnutls (BROKEN)? ${HAVE_GNUTLS}" +echo " Does Emacs use -lgnutls? ${HAVE_GNUTLS}" echo " Does Emacs use -lxml2? ${HAVE_LIBXML2}" echo " Does Emacs use -lfreetype? ${HAVE_FREETYPE}"