diff options
| author | Lars Magne Ingebrigtsen | 2010-10-24 22:46:17 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2010-10-24 22:46:17 +0200 |
| commit | d52bb9b4f6fdb38473410159d3474bf8c7d2d9e2 (patch) | |
| tree | d0dfc5b70fea608e547288666287463b2102532f | |
| parent | 9317e49920455cb4481bf728cc0dce381ec905a8 (diff) | |
| download | emacs-d52bb9b4f6fdb38473410159d3474bf8c7d2d9e2.tar.gz emacs-d52bb9b4f6fdb38473410159d3474bf8c7d2d9e2.zip | |
* configure.in: Remove the BROKEN annotation from gnutls.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * configure.in: Remove the BROKEN annotation from gnutls. | ||
| 4 | |||
| 1 | 2010-10-22 Glenn Morris <rgm@gnu.org> | 5 | 2010-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}" | |||
| 3712 | echo " Does Emacs use -ldbus? ${HAVE_DBUS}" | 3712 | echo " Does Emacs use -ldbus? ${HAVE_DBUS}" |
| 3713 | echo " Does Emacs use -lgconf? ${HAVE_GCONF}" | 3713 | echo " Does Emacs use -lgconf? ${HAVE_GCONF}" |
| 3714 | echo " Does Emacs use -lselinux? ${HAVE_LIBSELINUX}" | 3714 | echo " Does Emacs use -lselinux? ${HAVE_LIBSELINUX}" |
| 3715 | echo " Does Emacs use -lgnutls (BROKEN)? ${HAVE_GNUTLS}" | 3715 | echo " Does Emacs use -lgnutls? ${HAVE_GNUTLS}" |
| 3716 | echo " Does Emacs use -lxml2? ${HAVE_LIBXML2}" | 3716 | echo " Does Emacs use -lxml2? ${HAVE_LIBXML2}" |
| 3717 | 3717 | ||
| 3718 | echo " Does Emacs use -lfreetype? ${HAVE_FREETYPE}" | 3718 | echo " Does Emacs use -lfreetype? ${HAVE_FREETYPE}" |