aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-08-22 23:44:59 -0700
committerGlenn Morris2013-08-22 23:44:59 -0700
commitb4f581f0048c7c6f61dfe4f9accc5ea919d5a44d (patch)
tree66f78168f4c330261950b6415b4787e8fa1aa7aa
parent55f612f03ead76efe6be0e42ca14410f11345c36 (diff)
downloademacs-b4f581f0048c7c6f61dfe4f9accc5ea919d5a44d.tar.gz
emacs-b4f581f0048c7c6f61dfe4f9accc5ea919d5a44d.zip
* configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 723baca9547..26d51066fff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12013-08-23 Glenn Morris <rgm@gnu.org>
2
3 * configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.
4
12013-07-25 Glenn Morris <rgm@gnu.org> 52013-07-25 Glenn Morris <rgm@gnu.org>
2 6
3 * make-dist: Add a --tests option, to include test/. 7 * make-dist: Add a --tests option, to include test/.
diff --git a/configure.ac b/configure.ac
index 3f51039a56e..0ab66a70c7a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3384,7 +3384,7 @@ emacs_broken_SIGIO=no
3384case $opsys in 3384case $opsys in
3385 dnl SIGIO exists, but the feature doesn't work in the way Emacs needs. 3385 dnl SIGIO exists, but the feature doesn't work in the way Emacs needs.
3386 dnl See eg <http://article.gmane.org/gmane.os.openbsd.ports/46831>. 3386 dnl See eg <http://article.gmane.org/gmane.os.openbsd.ports/46831>.
3387 hpux* | irix6-5 | openbsd | sol2* | unixware | gnu-kfreebsd ) 3387 hpux* | irix6-5 | openbsd | sol2* | unixware )
3388 emacs_broken_SIGIO=yes 3388 emacs_broken_SIGIO=yes
3389 ;; 3389 ;;
3390 3390