Skip to content

Commit cdf8c31

Browse files
committed
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)
1 parent 0223a15 commit cdf8c31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5751,9 +5751,9 @@ case $opsys,$emacs_uname_r in
57515751
AC_MSG_WARN([[building Emacs on Cygwin 1.5 is not supported.]])
57525752
echo
57535753
;;
5754-
cygwin,3.0.[[0-7]]'('*)
5754+
cygwin,3.0.[[0-7]]'('* | cygwin,3.1.[[0-2]]'('*)
57555755
AC_DEFINE([HAVE_CYGWIN_O_PATH_BUG], 1,
5756-
[Define to 1 if opening a FIFO with O_PATH causes a hang.]);;
5756+
[Define to 1 if opening a FIFO, socket, or symlink with O_PATH is buggy.]);;
57575757
esac
57585758

57595759
# Remove any trailing slashes in these variables.

0 commit comments

Comments
 (0)