aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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