* configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd (tiny change)

http://bugs.debian.org/712974
This commit is contained in:
Christoph Egger 2013-07-02 09:11:15 -07:00 committed by Glenn Morris
parent e0070075ff
commit 0946b7cade
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-07-02 Christoph Egger <christoph@debian.org> (tiny change)
* configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang.
http://bugs.debian.org/712974
2013-06-22 Glenn Morris <rgm@fencepost.gnu.org>
* configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684)

View file

@ -3384,7 +3384,7 @@ emacs_broken_SIGIO=no
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
;;