summaryrefslogtreecommitdiff
path: root/src/auto
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-12-17 15:34:53 +0100
committerBram Moolenaar <Bram@vim.org>2015-12-17 15:34:53 +0100
commit8def26a0f5f5535e9af64e715cb80845fc8ec322 (patch)
tree62d08928afc65ae0adcbeff1061705c345c50652 /src/auto
parent75e3ad019933f4879137775549261bf51985ab7d (diff)
downloadvim-git-8def26a0f5f5535e9af64e715cb80845fc8ec322.tar.gz
patch 7.4.976v7.4.976
Problem: When compiling Vim for MSYS2 (linked with msys-2.0.dll), the Win32 clipboard is not enabled. Solution: Recognize MSYS like CYGWIN. (Ken Takata)
Diffstat (limited to 'src/auto')
-rwxr-xr-xsrc/auto/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/auto/configure b/src/auto/configure
index 0564b9f3a..7e1d76dcf 100755
--- a/src/auto/configure
+++ b/src/auto/configure
@@ -9501,10 +9501,10 @@ fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for CYGWIN environment" >&5
-$as_echo_n "checking for CYGWIN environment... " >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for CYGWIN or MSYS environment" >&5
+$as_echo_n "checking for CYGWIN or MSYS environment... " >&6; }
case `uname` in
- CYGWIN*) CYGWIN=yes; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ CYGWIN*|MSYS*) CYGWIN=yes; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for CYGWIN clipboard support" >&5
$as_echo_n "checking for CYGWIN clipboard support... " >&6; }