On Tue, Mar 09, 2021 at 10:24:40PM +0100, Heiko Becker wrote:
> Hard-coding the pkg-config executable might result in build errors
> on system and cross environments that have prefixed toolchains. The
> PKG_CONFIG variable already holds the proper one and is already used
> in a few other places.
>
On Tue, Mar 9, 2021 at 4:36 PM Heiko Becker wrote:
>
> Hard-coding the pkg-config executable might result in build errors
> on system and cross environments that have prefixed toolchains. The
> PKG_CONFIG variable already holds the proper one and is already used
> in a few other places.
>
> Signed
Hard-coding the pkg-config executable might result in build errors
on system and cross environments that have prefixed toolchains. The
PKG_CONFIG variable already holds the proper one and is already used
in a few other places.
Signed-off-by: Heiko Becker
---
configure.ac | 6 +++---
1 file chang