summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-08-22 23:44:59 -0700
committerGlenn Morris <rgm@gnu.org>2013-08-22 23:44:59 -0700
commitb4f581f0048c7c6f61dfe4f9accc5ea919d5a44d (patch)
tree66f78168f4c330261950b6415b4787e8fa1aa7aa /configure.ac
parent55f612f03ead76efe6be0e42ca14410f11345c36 (diff)
downloademacs-b4f581f0048c7c6f61dfe4f9accc5ea919d5a44d.tar.gz
* configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.
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 3f51039a56e..0ab66a70c7a 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 | gnu-kfreebsd )
+ hpux* | irix6-5 | openbsd | sol2* | unixware )
emacs_broken_SIGIO=yes
;;