diff options
author | Glenn Morris <rgm@gnu.org> | 2013-08-27 01:01:13 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-08-27 01:01:13 -0700 |
commit | a0b5606ec769968b10c765f8ff50f312d691ef62 (patch) | |
tree | 39337815ff4fae5175df229dbd72d770c77c7648 /configure.ac | |
parent | 1857cd3f9ef1103d5ea2fcecbb7b2a6a9d6b2aef (diff) | |
parent | d96ad42239cbf481c292e750aa8b6fd5a19ddb7e (diff) | |
download | emacs-a0b5606ec769968b10c765f8ff50f312d691ef62.tar.gz |
Merge from emacs-24; up to 2013-01-03T01:56:56Z!rgm@gnu.org
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 55194f5b822..28377457728 100644 --- a/configure.ac +++ b/configure.ac @@ -3868,7 +3868,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 ;; |