[Libguestfs] [PATCH v5 3/7] New API: yara_load

Richard W.M. Jones rjones at redhat.com
Wed Apr 5 08:45:46 UTC 2017


On Tue, Apr 04, 2017 at 07:39:25PM +0300, Matteo Cafasso wrote:
> +int
> +optgroup_libyara_available (void)
> +{
> +  return 1;
> +}
> +
> +#else   /* !HAVE_YARA */
> +
> +OPTGROUP_YARA_NOT_AVAILABLE

This doesn't compile.  I think it should be:

OPTGROUP_LIBYARA_NOT_AVAILABLE

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
Fedora Windows cross-compiler. Compile Windows programs, test, and
build Windows installers. Over 100 libraries supported.
http://fedoraproject.org/wiki/MinGW




More information about the Libguestfs mailing list