[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs-24 r111366: * configure.ac (emacs_broken_SIGIO): Set
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] emacs-24 r111366: * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd (tiny change) |
Date: |
Tue, 02 Jul 2013 16:11:24 +0000 |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 111366
revision-id: address@hidden
parent: address@hidden
author: Christoph Egger <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Tue 2013-07-02 09:11:15 -0700
message:
* configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd (tiny change)
http://bugs.debian.org/712974
modified:
ChangeLog changelog-20091113204419-o5vbwnq5f7feedwu-1538
configure.ac
configure.in-20091113204419-o5vbwnq5f7feedwu-783
=== modified file 'ChangeLog'
--- a/ChangeLog 2013-06-22 00:28:07 +0000
+++ b/ChangeLog 2013-07-02 16:11:15 +0000
@@ -1,3 +1,8 @@
+2013-07-02 Christoph Egger <address@hidden> (tiny change)
+
+ * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang.
+ http://bugs.debian.org/712974
+
2013-06-22 Glenn Morris <address@hidden>
* configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684)
=== modified file 'configure.ac'
--- a/configure.ac 2013-06-22 00:28:07 +0000
+++ b/configure.ac 2013-07-02 16:11:15 +0000
@@ -3384,7 +3384,7 @@
case $opsys in
dnl SIGIO exists, but the feature doesn't work in the way Emacs needs.
dnl See eg <http://article.gmane.org/gmane.os.openbsd.ports/46831>.
- hpux* | irix6-5 | openbsd | sol2* | unixware )
+ hpux* | irix6-5 | openbsd | sol2* | unixware | gnu-kfreebsd )
emacs_broken_SIGIO=yes
;;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] emacs-24 r111366: * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd (tiny change),
Glenn Morris <=