Re: [PATCH v2 6/7] configure: Allow automatic WHPX detection

2020-09-01 Thread Daniel P . Berrangé
On Sun, Aug 23, 2020 at 01:17:56PM +0200, 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 th

[PATCH v2 6/7] configure: Allow automatic WHPX detection

2020-08-23 Thread 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.