summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGrégoire Jadi <gjadi@omecha.info>2021-08-09 14:25:36 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2021-08-09 14:25:36 +0200
commit23973a58985d2e11e880cadea79705d063a770fa (patch)
tree15938fc89c60f9cfb994255747c554bcbaf0acb5 /configure.ac
parent2b6c5fb2953a9134064c32f67674ecd41db6c26a (diff)
downloademacs-23973a58985d2e11e880cadea79705d063a770fa.tar.gz
Fix freeze on OpenBSD when reading the SECONDARY selection
* configure.ac (NSIG_MINIMUM): OpenBSD doesn't have a broken SIGIO any more (bug#29170). Backport fix from the current OpenBSD port tree.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index be97d9c8a08..eff55915436 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4909,7 +4909,7 @@ emacs_broken_SIGIO=no
case $opsys in
dnl SIGIO exists, but the feature doesn't work in the way Emacs needs.
- hpux* | nacl | openbsd | solaris | unixware )
+ hpux* | nacl | solaris | unixware )
emacs_broken_SIGIO=yes
;;