0
0
mirror of https://github.com/vim/vim.git synced 2025-10-09 06:14:17 -04:00

patch 8.0.1235: cannot disable the terminal feature in a huge build

Problem:    Cannot disable the terminal feature in a huge build. (lindhobe)
Solution:   Adjust the autoconf check. (Kazunobu Kuriyama, closes #2242)
This commit is contained in:
Bram Moolenaar
2017-10-28 20:28:23 +02:00
parent a6ce1ccf5c
commit ef83956e1e
4 changed files with 10 additions and 5 deletions

2
src/auto/configure vendored
View File

@@ -7475,7 +7475,7 @@ fi
$as_echo_n "checking --enable-terminal argument... " >&6; }
# Check whether --enable-terminal was given.
if test "${enable_terminal+set}" = set; then :
enableval=$enable_terminal; enable_terminal="yes"
enableval=$enable_terminal;
else
enable_terminal="auto"
fi