summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-06-02 19:22:45 +0200
committerBram Moolenaar <Bram@vim.org>2021-06-02 19:22:45 +0200
commit0a808598e4edb3f1a167ac8c5c1f9084af625c4d (patch)
treef5f3909d2aab6a22d05d3f5a6e002a8a16ef93b8 /src/Makefile
parent01c798c31a94a50ad0c4a022fc21c1a31553be21 (diff)
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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 202daec91a..0efee51958 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