btrfs-progs: build: configure.ac hard-codes the pkg-config command
authorDavid Sterba <dsterba@suse.com>
Mon, 19 Feb 2018 17:13:46 +0000 (18:13 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 19 Feb 2018 17:13:46 +0000 (18:13 +0100)
commitd62bd380797d3a990b2229ea6c16956972f7dfe0
tree2cebb95310e59a0869793c2440729468bfa3b5be
parent3097f02c948f69f520c565ff8f8ba476aa6edb88
btrfs-progs: build: configure.ac hard-codes the pkg-config command

Right now the pkg-config command is hard-coded in configure.ac, which may
result in build errors on system and cross environments that have prefixed
toolchains, e.g. /usr/x86_64-pc-linux-gnu/bin/x86_64-pc-linux-gnu-pkg-config.

Please see the attached patch, it has been written a while ago but it seems it
hasn't been submitted for upstream inclusion.
0001-configure.ac-Consistently-use-PKG_CONFIG.txt

Submitted by Timo Gurr.

Author: Wulf C. Krueger <philantrop@exherbo.org>
Issue: #101
Signed-off-by: David Sterba <dsterba@suse.com>
configure.ac