Browse code

clamconf: added PCRE optional tracker

Kevin Lin authored on 2014/10/01 00:10:14
Showing 1 changed files
... ...
@@ -456,6 +456,9 @@ int main(int argc, char **argv)
456 456
 #ifdef HAVE_BZLIB_H
457 457
 	printf("BZIP2 ");
458 458
 #endif
459
+#ifdef HAVE_PCRE
460
+	printf("PCRE ");
461
+#endif
459 462
     if(have_rar)
460 463
 	printf("RAR ");
461 464
     if (have_clamjit)