* configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.
This commit is contained in:
parent
55f612f03e
commit
b4f581f004
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-08-23 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.
|
||||
|
||||
2013-07-25 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* make-dist: Add a --tests option, to include test/.
|
||||
|
|
|
@ -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
|
||||
;;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue