Merge #10708 'remove DYNAMIC_ICONV'

closes #3457
This commit is contained in:
Justin M. Keyes
2019-08-09 11:19:37 +02:00
10 changed files with 84 additions and 290 deletions

View File

@@ -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