From 8e9eb3a6a1e589949f1c878c839528d917fdfc4a Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 24 Apr 2016 15:00:11 +0200 Subject: patch 7.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. --- src/config.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/config.h.in') diff --git a/src/config.h.in b/src/config.h.in index 6c0f7798de..9d35e48fa6 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -362,9 +362,6 @@ /* Define for linking via dlopen() or LoadLibrary() */ #undef DYNAMIC_TCL -/* Define if you want 24-bit colors in ISO-8613-3 compatible terminals. */ -#undef FEAT_TERMTRUECOLOR - /* Define if you want to add support for ACL */ #undef HAVE_POSIX_ACL #undef HAVE_SOLARIS_ZFS_ACL -- cgit v1.2.3