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
> ---
>
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