ClamAV is an open source (GPLv2) anti-virus toolkit.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
clamav/m4/reorganization/yara.m4

12 lines
263 B

AC_ARG_ENABLE([yara],
[AS_HELP_STRING([--disable-yara],
[do not include yara support])],
enable_yara=$enableval, enable_yara="yes")
if test "$enable_yara" = "yes"; then
AC_DEFINE([HAVE_YARA],1,[yara sources are compiled in])]
AC_SUBST([HAVE_YARA])
fi