From b4f581f0048c7c6f61dfe4f9accc5ea919d5a44d Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 22 Aug 2013 23:44:59 -0700 Subject: [PATCH] * configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd. --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 723baca9547..26d51066fff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-08-23 Glenn Morris + + * configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd. + 2013-07-25 Glenn Morris * 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 case $opsys in dnl SIGIO exists, but the feature doesn't work in the way Emacs needs. dnl See eg . - hpux* | irix6-5 | openbsd | sol2* | unixware | gnu-kfreebsd ) + hpux* | irix6-5 | openbsd | sol2* | unixware ) emacs_broken_SIGIO=yes ;; -- 2.39.2