diff options
author | Glenn Morris <rgm@gnu.org> | 2013-08-22 23:44:59 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-08-22 23:44:59 -0700 |
commit | b4f581f0048c7c6f61dfe4f9accc5ea919d5a44d (patch) | |
tree | 66f78168f4c330261950b6415b4787e8fa1aa7aa /configure.ac | |
parent | 55f612f03ead76efe6be0e42ca14410f11345c36 (diff) | |
download | emacs-b4f581f0048c7c6f61dfe4f9accc5ea919d5a44d.tar.gz |
* configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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 ;; |