On 09/05/2018 08:19 AM, Eduardo Habkost wrote:
> Currently there's no way to make configure not try to use the
> system-provided capstone library using pkgconfig.

Certainly there is.

> 
> Add support to --enable-capstone=internal option to make QEMU not
> use the system-provided library automatically.
> 
> Signed-off-by: Eduardo Habkost <ehabk...@redhat.com>
> ---
>  configure | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/configure b/configure
> index 58862d2ae8..34ed00f6d9 100755
> --- a/configure
> +++ b/configure
> @@ -1431,6 +1431,8 @@ for opt do
> +  --enable-capstone[=LOCATION]
> +                           Where to look for capstone library.
> +                           Supported options: internal, git, system

That's what "git" means here.


r~

Reply via email to