feat!: make iconv a non-optional dep

This commit is contained in:
Lewis Russell
2023-01-23 16:33:45 +00:00
committed by GitHub
parent 3b75485043
commit f08051c2e6
12 changed files with 37 additions and 133 deletions

View File

@@ -63,12 +63,6 @@ static char *features[] = {
"-acl",
#endif
#if defined(HAVE_ICONV)
"+iconv",
#else
"-iconv",
#endif
"+tui",
NULL
};