aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2020-02-01 07:50:10 -0800
committerGlenn Morris2020-02-01 07:50:10 -0800
commit1083e5243f36a28dd4c446720551cd300062fdd9 (patch)
tree0db8c7cf95d5b8fc77f16bc0eabca70095e0eee2
parent0e9a14beee245ee5ca5378d7e5cf68d0bd6efa3d (diff)
parentcdf8c31844263312aaf08527ce251edb32c5819c (diff)
downloademacs-1083e5243f36a28dd4c446720551cd300062fdd9.tar.gz
emacs-1083e5243f36a28dd4c446720551cd300062fdd9.zip
Merge from origin/emacs-27
cdf8c31844 Extend workaround for Cygwin O_PATH bug
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f604acb694e..94f0bf36fb5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5752,9 +5752,9 @@ case $opsys,$emacs_uname_r in
5752 AC_MSG_WARN([[building Emacs on Cygwin 1.5 is not supported.]]) 5752 AC_MSG_WARN([[building Emacs on Cygwin 1.5 is not supported.]])
5753 echo 5753 echo
5754 ;; 5754 ;;
5755 cygwin,3.0.[[0-7]]'('*) 5755 cygwin,3.0.[[0-7]]'('* | cygwin,3.1.[[0-2]]'('*)
5756 AC_DEFINE([HAVE_CYGWIN_O_PATH_BUG], 1, 5756 AC_DEFINE([HAVE_CYGWIN_O_PATH_BUG], 1,
5757 [Define to 1 if opening a FIFO with O_PATH causes a hang.]);; 5757 [Define to 1 if opening a FIFO, socket, or symlink with O_PATH is buggy.]);;
5758esac 5758esac
5759 5759
5760# Remove any trailing slashes in these variables. 5760# Remove any trailing slashes in these variables.