Re: [PATCH 1/4] configure: Fix --without-default-features propagation to meson

2021-07-14 Thread Philippe Mathieu-Daudé
On 7/14/21 9:35 AM, Thomas Huth wrote: > On 13/07/2021 18.42, Philippe Mathieu-Daudé wrote: >> +Alex >> >> On 7/13/21 11:31 AM, Thomas Huth wrote: >>> A typo prevents that many features get disabled when the user >>> runs "configure" with the --without-default-features switch. >>> >>> Reported-by:

Re: [PATCH 1/4] configure: Fix --without-default-features propagation to meson

2021-07-14 Thread Thomas Huth
On 13/07/2021 18.42, Philippe Mathieu-Daudé wrote: +Alex On 7/13/21 11:31 AM, Thomas Huth wrote: A typo prevents that many features get disabled when the user runs "configure" with the --without-default-features switch. Reported-by: Cole Robinson Signed-off-by: Thomas Huth --- configure |

Re: [PATCH 1/4] configure: Fix --without-default-features propagation to meson

2021-07-13 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > +Alex > > On 7/13/21 11:31 AM, Thomas Huth wrote: >> A typo prevents that many features get disabled when the user >> runs "configure" with the --without-default-features switch. >> >> Reported-by: Cole Robinson >> Signed-off-by: Thomas Huth >> --- >> configur

Re: [PATCH 1/4] configure: Fix --without-default-features propagation to meson

2021-07-13 Thread Philippe Mathieu-Daudé
+Alex On 7/13/21 11:31 AM, Thomas Huth wrote: > A typo prevents that many features get disabled when the user > runs "configure" with the --without-default-features switch. > > Reported-by: Cole Robinson > Signed-off-by: Thomas Huth > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1

[PATCH 1/4] configure: Fix --without-default-features propagation to meson

2021-07-13 Thread Thomas Huth
A typo prevents that many features get disabled when the user runs "configure" with the --without-default-features switch. Reported-by: Cole Robinson Signed-off-by: Thomas Huth --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 85db248a