diff src/Make_cyg_ming.mak @ 9203:c096095ad9fb v7.4.1885

commit https://github.com/vim/vim/commit/1aa07bdead2e93501c54591e31fe73b9b09c58b5 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 3 19:43:16 2016 +0200 patch 7.4.1885 Problem: MinGW console build defaults to not having +channel. Solution: Include the channel feature if building with huge features. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Fri, 03 Jun 2016 19:45:06 +0200
parents 869727342e43
children f9dda6450c76
line wrap: on
line diff
--- a/src/Make_cyg_ming.mak
+++ b/src/Make_cyg_ming.mak
@@ -67,7 +67,11 @@ CSCOPE=yes
 # Set to yes to enable Netbeans support (requires CHANNEL).
 NETBEANS=$(GUI)
 # Set to yes to enable inter process communication.
+ifeq (HUGE, $(FEATURES))
+CHANNEL=yes
+else
 CHANNEL=$(GUI)
+endif
 
 
 # Link against the shared version of libstdc++ by default.  Set