Mercurial > vim
comparison src/Makefile @ 24782:8e5f75fa4918 v8.2.2929
patch 8.2.2929: accidentally enable tcl by default
Commit: https://github.com/vim/vim/commit/0a808598e4edb3f1a167ac8c5c1f9084af625c4d
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Jun 2 19:22:45 2021 +0200
patch 8.2.2929: accidentally enable tcl by default
Problem: Accidentally enable tcl by default.
Solution: Revert change to Makefile
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 02 Jun 2021 19:30:04 +0200 |
parents | 7bc92a651472 |
children | dc66d0284518 |
comparison
equal
deleted
inserted
replaced
24781:74a59a55f079 | 24782:8e5f75fa4918 |
---|---|
464 #CONF_OPT_RUBY = --enable-rubyinterp --with-ruby-command=ruby1.9.1 | 464 #CONF_OPT_RUBY = --enable-rubyinterp --with-ruby-command=ruby1.9.1 |
465 | 465 |
466 # TCL | 466 # TCL |
467 # Uncomment this when you want to include the Tcl interface. | 467 # Uncomment this when you want to include the Tcl interface. |
468 # First one is for static linking, second one for dynamic loading. | 468 # First one is for static linking, second one for dynamic loading. |
469 CONF_OPT_TCL = --enable-tclinterp | 469 #CONF_OPT_TCL = --enable-tclinterp |
470 #CONF_OPT_TCL = --enable-tclinterp=dynamic | 470 #CONF_OPT_TCL = --enable-tclinterp=dynamic |
471 #CONF_OPT_TCL = --enable-tclinterp --with-tclsh=tclsh8.4 | 471 #CONF_OPT_TCL = --enable-tclinterp --with-tclsh=tclsh8.4 |
472 | 472 |
473 # CSCOPE | 473 # CSCOPE |
474 # Uncomment this when you want to include the Cscope interface. | 474 # Uncomment this when you want to include the Cscope interface. |