emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r111401: * configure.ac (emacs_broken_SIGIO): No


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r111401: * configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.
Date: Fri, 23 Aug 2013 06:45:13 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 111401
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Thu 2013-08-22 23:44:59 -0700
message:
  * configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  configure.ac                   
configure.in-20091113204419-o5vbwnq5f7feedwu-783
=== modified file 'ChangeLog'
--- a/ChangeLog 2013-07-25 07:03:33 +0000
+++ b/ChangeLog 2013-08-23 06:44:59 +0000
@@ -1,3 +1,7 @@
+2013-08-23  Glenn Morris  <address@hidden>
+
+       * configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.
+
 2013-07-25  Glenn Morris  <address@hidden>
 
        * make-dist: Add a --tests option, to include test/.

=== modified file 'configure.ac'
--- a/configure.ac      2013-07-02 16:11:15 +0000
+++ b/configure.ac      2013-08-23 06:44:59 +0000
@@ -3384,7 +3384,7 @@
 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
     ;;
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]