[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 10/11] configure: Allow automatic WHPX detection
From: |
Stefan Weil |
Subject: |
Re: [PATCH 10/11] configure: Allow automatic WHPX detection |
Date: |
Tue, 4 Aug 2020 20:25:48 +0200 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 |
Am 04.08.20 um 19:00 schrieb Thomas Huth:
> The whpx variable is currently initialized to "no" which causes the WHPX
> check to skip the detection unless the user specified --enable-whpx.
> Since the detection code should be able to figure it out correctly, let's
> initialized the variable to "" on MinGW-builds for proper auto-detection
> instead.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> configure | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/configure b/configure
> index 2acc4d1465..f44e428c91 100755
> --- a/configure
> +++ b/configure
> @@ -809,6 +809,7 @@ case $targetos in
> MINGW32*)
> mingw32="yes"
> hax="yes"
> + whpx=""
> vhost_user="no"
> audio_possible_drivers="dsound sdl"
> if check_include dsound.h; then
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Re: [PATCH 00/11] Run cross-compilation build tests in the gitlab-CI, Thomas Huth, 2020/08/04