Browse code

added ICONV to clamconf optional features report

Kevin Lin authored on 2015/01/22 04:41:07
Showing 1 changed files
... ...
@@ -460,6 +460,9 @@ int main(int argc, char **argv)
460 460
 #ifdef HAVE_LIBXML2
461 461
 	printf("LIBXML2 ");
462 462
 #endif
463
+#ifdef HAVE_ICONV
464
+	printf("ICONV ");
465
+#endif
463 466
 #ifdef HAVE_JSON
464 467
 	printf("JSON ");
465 468
 #endif