diff options
| author | Glenn Morris | 2013-08-22 23:44:59 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-08-22 23:44:59 -0700 |
| commit | b4f581f0048c7c6f61dfe4f9accc5ea919d5a44d (patch) | |
| tree | 66f78168f4c330261950b6415b4787e8fa1aa7aa | |
| parent | 55f612f03ead76efe6be0e42ca14410f11345c36 (diff) | |
| download | emacs-b4f581f0048c7c6f61dfe4f9accc5ea919d5a44d.tar.gz emacs-b4f581f0048c7c6f61dfe4f9accc5ea919d5a44d.zip | |
* configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-08-23 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd. | ||
| 4 | |||
| 1 | 2013-07-25 Glenn Morris <rgm@gnu.org> | 5 | 2013-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 | |||
| 3384 | case $opsys in | 3384 | case $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 | ||