From: Glenn Morris Date: Fri, 23 Aug 2013 06:44:59 +0000 (-0700) Subject: * configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1593^2~6 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b4f581f0048c7c6f61dfe4f9accc5ea919d5a44d;p=emacs.git * configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd. --- 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 ;;