Re: [PATCH] configure: fix gio_libs reference

2020-11-03 Thread Paolo Bonzini
On 03/11/20 15:51, Bruce Rogers wrote: > The gio library detection code no longer works, due to a missing $ in > front of the gio_libs reference. Make the string be $gio_libs. > > Fixes: 76346b6264a ("configure: Test that gio libs from pkg-config > work") > > Signed-off-by: Bruce Rogers > --- >

[PATCH] configure: fix gio_libs reference

2020-11-03 Thread Bruce Rogers
The gio library detection code no longer works, due to a missing $ in front of the gio_libs reference. Make the string be $gio_libs. Fixes: 76346b6264a ("configure: Test that gio libs from pkg-config work") Signed-off-by: Bruce Rogers --- configure | 2 +- 1 file changed, 1 insertion(+), 1 dele