Skip to content

Commit

Permalink
patch 8.2.2929: accidentally enable tcl by default
Browse files Browse the repository at this point in the history
Problem:    Accidentally enable tcl by default.
Solution:   Revert change to Makefile
  • Loading branch information
brammool committed Jun 2, 2021
1 parent 01c798c commit 0a80859
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2929,
/**/
2928,
/**/
Expand Down

0 comments on commit 0a80859

Please sign in to comment.