]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd (tiny change)
authorChristoph Egger <christoph@debian.org>
Tue, 2 Jul 2013 16:11:15 +0000 (09:11 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 2 Jul 2013 16:11:15 +0000 (09:11 -0700)
http://bugs.debian.org/712974

ChangeLog
configure.ac

index 45b6c9152b29b7db0e10dae8f7159cf54183eb0a..159a1ee4c8b0efd14493ef9172497fcb99d48649 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
index 0ab66a70c7a642bf6be26fb406f0a38a2a46c6b9..3f51039a56e9da1ae14f170f01e07e46801e6081 100644 (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
     ;;