diff options
| author | Christoph Egger | 2013-07-02 09:11:15 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-07-02 09:11:15 -0700 |
| commit | 0946b7cade81add1e51e68e62fdbad2a119ade3c (patch) | |
| tree | 2ebab4c349c6c98f444a258cc6ba34bb7aa6fcf6 | |
| parent | e0070075ff06ab67bb2b348e0f265937d6dad48b (diff) | |
| download | emacs-0946b7cade81add1e51e68e62fdbad2a119ade3c.tar.gz emacs-0946b7cade81add1e51e68e62fdbad2a119ade3c.zip | |
* configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd (tiny change)
http://bugs.debian.org/712974
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-07-02 Christoph Egger <christoph@debian.org> (tiny change) | ||
| 2 | |||
| 3 | * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang. | ||
| 4 | http://bugs.debian.org/712974 | ||
| 5 | |||
| 1 | 2013-06-22 Glenn Morris <rgm@fencepost.gnu.org> | 6 | 2013-06-22 Glenn Morris <rgm@fencepost.gnu.org> |
| 2 | 7 | ||
| 3 | * configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684) | 8 | * configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684) |
diff --git a/configure.ac b/configure.ac index 0ab66a70c7a..3f51039a56e 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 ) | 3387 | hpux* | irix6-5 | openbsd | sol2* | unixware | gnu-kfreebsd ) |
| 3388 | emacs_broken_SIGIO=yes | 3388 | emacs_broken_SIGIO=yes |
| 3389 | ;; | 3389 | ;; |
| 3390 | 3390 | ||