summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristoph Egger <christoph@debian.org>2013-07-02 09:11:15 -0700
committerGlenn Morris <rgm@gnu.org>2013-07-02 09:11:15 -0700
commit0946b7cade81add1e51e68e62fdbad2a119ade3c (patch)
tree2ebab4c349c6c98f444a258cc6ba34bb7aa6fcf6 /configure.ac
parente0070075ff06ab67bb2b348e0f265937d6dad48b (diff)
downloademacs-0946b7cade81add1e51e68e62fdbad2a119ade3c.tar.gz
* configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd (tiny change)
http://bugs.debian.org/712974
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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 <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
;;