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 <th...@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 <s...@weilnetz.de>