aboutsummaryrefslogtreecommitdiffstats
path: root/m4/threadlib.m4
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-11-09 20:45:46 +0200
committerArnold D. Robbins <arnold@skeeve.com>2019-11-09 20:45:46 +0200
commit2269a6d3fb4c7085d77a482f59562edeb12d0014 (patch)
treee14fb1d9ae784b0fbbe7baa9ce56c3f05fb865a9 /m4/threadlib.m4
parent43dcfbd0403563e7a1c8bfe4a67966df4840d90c (diff)
downloadegawk-2269a6d3fb4c7085d77a482f59562edeb12d0014.tar.gz
egawk-2269a6d3fb4c7085d77a482f59562edeb12d0014.tar.bz2
egawk-2269a6d3fb4c7085d77a482f59562edeb12d0014.zip
Add some MSYS2 support.
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 ;;