summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKen Brown <kbrown@cornell.edu>2020-01-30 21:58:33 -0500
committerKen Brown <kbrown@cornell.edu>2020-01-31 11:28:56 -0500
commitcdf8c31844263312aaf08527ce251edb32c5819c (patch)
tree7c847c7497fb50587deba1caab4974f2c3843ea5 /configure.ac
parent0223a1577c8999b8ea5eb35f39bc68360cbf5221 (diff)
downloademacs-cdf8c31844263312aaf08527ce251edb32c5819c.tar.gz
Extend workaround for Cygwin O_PATH bug
* configure.ac (HAVE_CYGWIN_O_PATH_BUG): Extend to Cygwin versions 3.1.0 through 3.1.2. (Bug#39371)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 02ec57e6ab7..3c47da6dcb4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5751,9 +5751,9 @@ case $opsys,$emacs_uname_r in
AC_MSG_WARN([[building Emacs on Cygwin 1.5 is not supported.]])
echo
;;
- cygwin,3.0.[[0-7]]'('*)
+ cygwin,3.0.[[0-7]]'('* | cygwin,3.1.[[0-2]]'('*)
AC_DEFINE([HAVE_CYGWIN_O_PATH_BUG], 1,
- [Define to 1 if opening a FIFO with O_PATH causes a hang.]);;
+ [Define to 1 if opening a FIFO, socket, or symlink with O_PATH is buggy.]);;
esac
# Remove any trailing slashes in these variables.