fidentify: report if iconv is used
This commit is contained in:
parent
972217f993
commit
9997b601c2
1 changed files with 7 additions and 0 deletions
|
@ -427,6 +427,13 @@ static void display_version(void)
|
|||
#endif
|
||||
#ifndef DISABLED_FOR_FRAMAC
|
||||
printf("libjpeg: %s, zlib: %s\n", td_jpeg_version(), td_zlib_version());
|
||||
#endif
|
||||
#ifdef HAVE_ICONV
|
||||
printf("iconv support: yes\n");
|
||||
#else
|
||||
printf("iconv support: no\n");
|
||||
#endif
|
||||
#ifndef DISABLED_FOR_FRAMAC
|
||||
printf("OS: %s\n" , get_os());
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue