summaryrefslogtreecommitdiffstats
path: root/src/auto
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-04-24 15:00:11 +0200
committerBram Moolenaar <Bram@vim.org>2016-04-24 15:00:11 +0200
commit8e9eb3a6a1e589949f1c878c839528d917fdfc4a (patch)
treebb68340a3ef8afa88f7ebc46d7b7cbae7f12e947 /src/auto
parentaf98a49dd0ef1661b4998f118151fddbf6e4df75 (diff)
patch 7.4.1784v7.4.1784
Problem: The termtruecolor feature is enabled differently from many other features. Solution: Enable the termtruecolor feature for the big build, not through configure.
Diffstat (limited to 'src/auto')
-rwxr-xr-xsrc/auto/configure18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/auto/configure b/src/auto/configure
index ba0d0b05ab..ff3a63b4b5 100755
--- a/src/auto/configure
+++ b/src/auto/configure
@@ -810,7 +810,6 @@ with_tclsh
enable_rubyinterp
with_ruby_command
enable_cscope
-enable_termtruecolor
enable_workshop
enable_netbeans
enable_channel
@@ -1477,7 +1476,6 @@ Optional Features:
--enable-tclinterp=OPTS Include Tcl interpreter. default=no OPTS=no/yes/dynamic
--enable-rubyinterp=OPTS Include Ruby interpreter. default=no OPTS=no/yes/dynamic
--enable-cscope Include cscope interface.
- --enable-termtruecolor Include support for 24-bit colors in ISO-8613-3 compatible terminals
--enable-workshop Include Sun Visual Workshop support.
--disable-netbeans Disable NetBeans integration support.
--disable-channel Disable process communication support.
@@ -7218,22 +7216,6 @@ if test "$enable_cscope" = "yes"; then
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking --enable-termtruecolor argument" >&5
-$as_echo_n "checking --enable-termtruecolor argument... " >&6; }
-# Check whether --enable-termtruecolor was given.
-if test "${enable_termtruecolor+set}" = set; then :
- enableval=$enable_termtruecolor;
-else
- enable_termtruecolor="no"
-fi
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_termtruecolor" >&5
-$as_echo "$enable_termtruecolor" >&6; }
-if test "$enable_termtruecolor" = "yes"; then
- $as_echo "#define FEAT_TERMTRUECOLOR 1" >>confdefs.h
-
-fi
-
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking --enable-workshop argument" >&5
$as_echo_n "checking --enable-workshop argument... " >&6; }
# Check whether --enable-workshop was given.