diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-06-02 19:22:45 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-06-02 19:22:45 +0200 |
commit | 0a808598e4edb3f1a167ac8c5c1f9084af625c4d (patch) | |
tree | f5f3909d2aab6a22d05d3f5a6e002a8a16ef93b8 /src/Makefile | |
parent | 01c798c31a94a50ad0c4a022fc21c1a31553be21 (diff) | |
download | vim-git-0a808598e4edb3f1a167ac8c5c1f9084af625c4d.tar.gz |
patch 8.2.2929: accidentally enable tcl by defaultv8.2.2929
Problem: Accidentally enable tcl by default.
Solution: Revert change to Makefile
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 202daec91..0efee5195 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 |