From: Grégoire Jadi Date: Mon, 9 Aug 2021 12:25:36 +0000 (+0200) Subject: Fix freeze on OpenBSD when reading the SECONDARY selection X-Git-Tag: emacs-28.0.90~1580 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=23973a58985d2e11e880cadea79705d063a770fa;p=emacs.git 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. --- 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 ;;