On 8/4/20 7:00 PM, Thomas Huth wrote: > 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 <[email protected]> > --- > 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: Philippe Mathieu-Daudé <[email protected]>
