Browse code

clamconf: reports usage of PCRE2

Kevin Lin authored on 2016/02/09 01:25:43
Showing 1 changed files
... ...
@@ -463,8 +463,12 @@ int main(int argc, char **argv)
463 463
 	printf("LIBXML2 ");
464 464
 #endif
465 465
 #ifdef HAVE_PCRE
466
+#if USING_PCRE2
467
+	printf("PCRE2 ");
468
+#else
466 469
 	printf("PCRE ");
467 470
 #endif
471
+#endif
468 472
 #ifdef HAVE_ICONV
469 473
 	printf("ICONV ");
470 474
 #endif