+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/.
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
;;