1
0
forked from aniani/vim

patch 8.2.2929: accidentally enable tcl by default

Problem:    Accidentally enable tcl by default.
Solution:   Revert change to Makefile
This commit is contained in:
Bram Moolenaar
2021-06-02 19:22:45 +02:00
parent 01c798c31a
commit 0a808598e4
2 changed files with 3 additions and 1 deletions

View File

@@ -466,7 +466,7 @@ CClink = $(CC)
# TCL
# Uncomment this when you want to include the Tcl interface.
# First one is for static linking, second one for dynamic loading.
CONF_OPT_TCL = --enable-tclinterp
#CONF_OPT_TCL = --enable-tclinterp
#CONF_OPT_TCL = --enable-tclinterp=dynamic
#CONF_OPT_TCL = --enable-tclinterp --with-tclsh=tclsh8.4

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2929,
/**/
2928,
/**/