aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Egger2013-07-02 09:11:15 -0700
committerGlenn Morris2013-07-02 09:11:15 -0700
commit0946b7cade81add1e51e68e62fdbad2a119ade3c (patch)
tree2ebab4c349c6c98f444a258cc6ba34bb7aa6fcf6
parente0070075ff06ab67bb2b348e0f265937d6dad48b (diff)
downloademacs-0946b7cade81add1e51e68e62fdbad2a119ade3c.tar.gz
emacs-0946b7cade81add1e51e68e62fdbad2a119ade3c.zip
* configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd (tiny change)
http://bugs.debian.org/712974
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 45b6c9152b2..159a1ee4c8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12013-07-02 Christoph Egger <christoph@debian.org> (tiny change)
2
3 * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang.
4 http://bugs.debian.org/712974
5
12013-06-22 Glenn Morris <rgm@fencepost.gnu.org> 62013-06-22 Glenn Morris <rgm@fencepost.gnu.org>
2 7
3 * configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684) 8 * 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
3384case $opsys in 3384case $opsys in
3385 dnl SIGIO exists, but the feature doesn't work in the way Emacs needs. 3385 dnl SIGIO exists, but the feature doesn't work in the way Emacs needs.
3386 dnl See eg <http://article.gmane.org/gmane.os.openbsd.ports/46831>. 3386 dnl See eg <http://article.gmane.org/gmane.os.openbsd.ports/46831>.
3387 hpux* | irix6-5 | openbsd | sol2* | unixware ) 3387 hpux* | irix6-5 | openbsd | sol2* | unixware | gnu-kfreebsd )
3388 emacs_broken_SIGIO=yes 3388 emacs_broken_SIGIO=yes
3389 ;; 3389 ;;
3390 3390