mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
remove DYNAMIC_ICONV
This commit is contained in:
@@ -52,12 +52,8 @@ static char *features[] = {
|
||||
"-acl",
|
||||
#endif
|
||||
|
||||
#if (defined(HAVE_ICONV_H) && defined(USE_ICONV)) || defined(DYNAMIC_ICONV)
|
||||
# ifdef DYNAMIC_ICONV
|
||||
"+iconv/dyn",
|
||||
# else
|
||||
#if defined(HAVE_ICONV)
|
||||
"+iconv",
|
||||
# endif
|
||||
#else
|
||||
"-iconv",
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user