Re: [PATCH 10/11] configure: Allow automatic WHPX detection

2020-08-04 Thread Stefan Weil
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 "" o

Re: [PATCH 10/11] configure: Allow automatic WHPX detection

2020-08-04 Thread Philippe Mathieu-Daudé
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 Min

[PATCH 10/11] configure: Allow automatic WHPX detection

2020-08-04 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.