]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.
authorGlenn Morris <rgm@gnu.org>
Fri, 23 Aug 2013 06:44:59 +0000 (23:44 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 23 Aug 2013 06:44:59 +0000 (23:44 -0700)
ChangeLog
configure.ac

index 723baca9547d22b12a559e175466aae5bb72fa64..26d51066fff9c47947fdb56cce25ee1afffaaa67 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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/.
index 3f51039a56e9da1ae14f170f01e07e46801e6081..0ab66a70c7a642bf6be26fb406f0a38a2a46c6b9 100644 (file)
@@ -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
     ;;