From: Christoph Egger Date: Tue, 2 Jul 2013 16:11:15 +0000 (-0700) Subject: * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd (tiny change) X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1943^2~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0946b7cade81add1e51e68e62fdbad2a119ade3c;p=emacs.git * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd (tiny change) http://bugs.debian.org/712974 --- diff --git a/ChangeLog b/ChangeLog index 45b6c9152b2..159a1ee4c8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-07-02 Christoph Egger (tiny change) + + * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang. + http://bugs.debian.org/712974 + 2013-06-22 Glenn Morris * configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684) diff --git a/configure.ac b/configure.ac index 0ab66a70c7a..3f51039a56e 100644 --- a/configure.ac +++ b/configure.ac @@ -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 . - hpux* | irix6-5 | openbsd | sol2* | unixware ) + hpux* | irix6-5 | openbsd | sol2* | unixware | gnu-kfreebsd ) emacs_broken_SIGIO=yes ;;