aboutsummaryrefslogtreecommitdiffstats
path: root/m4/threadlib.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/threadlib.m4')
-rw-r--r--m4/threadlib.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/threadlib.m4 b/m4/threadlib.m4
index dc9a3d8e..8b03a385 100644
--- a/m4/threadlib.m4
+++ b/m4/threadlib.m4
@@ -68,7 +68,7 @@ changequote(,)dnl
dnl bugs that lead to endless loops or crashes. See
dnl <http://cygwin.com/ml/cygwin/2009-08/msg00283.html>.
osf*) gl_use_threads=no ;;
- cygwin*)
+ cygwin* | msys*)
case `uname -r` in
1.[0-5].*) gl_use_threads=no ;;
*) gl_use_threads=yes ;;