comparison src/auto/configure @ 7342:b871e4bdb319 v7.4.976

commit https://github.com/vim/vim/commit/8def26a0f5f5535e9af64e715cb80845fc8ec322 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 17 15:34:53 2015 +0100 patch 7.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)
author Christian Brabandt <cb@256bit.org>
date Thu, 17 Dec 2015 15:45:04 +0100
parents 6f398bb76c29
children 055a0b587a3e
comparison
equal deleted inserted replaced
7341:c61a87f9e679 7342:b871e4bdb319
9499 9499
9500 fi 9500 fi
9501 9501
9502 9502
9503 9503
9504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CYGWIN environment" >&5 9504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CYGWIN or MSYS environment" >&5
9505 $as_echo_n "checking for CYGWIN environment... " >&6; } 9505 $as_echo_n "checking for CYGWIN or MSYS environment... " >&6; }
9506 case `uname` in 9506 case `uname` in
9507 CYGWIN*) CYGWIN=yes; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 9507 CYGWIN*|MSYS*) CYGWIN=yes; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9508 $as_echo "yes" >&6; } 9508 $as_echo "yes" >&6; }
9509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CYGWIN clipboard support" >&5 9509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CYGWIN clipboard support" >&5
9510 $as_echo_n "checking for CYGWIN clipboard support... " >&6; } 9510 $as_echo_n "checking for CYGWIN clipboard support... " >&6; }
9511 if test "x$with_x" = "xno" ; then 9511 if test "x$with_x" = "xno" ; then
9512 OS_EXTRA_SRC=winclip.c; OS_EXTRA_OBJ=objects/winclip.o 9512 OS_EXTRA_SRC=winclip.c; OS_EXTRA_OBJ=objects/winclip.o