configure: apply ${cross_prefix} to pkg-config calls
authorHelmut Grohne <helmut@subdivi.de>
Mon, 27 May 2019 19:32:49 +0000 (21:32 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 27 May 2019 20:50:55 +0000 (14:50 -0600)
commit4d1bc43e9f495459f03b32a53002e1526d06dea6
tree1d49b77cf9409df6a82f73f858e0b0bd75778f57
parentce4d13ca162df4127ec3b5911553802c53396705
configure: apply ${cross_prefix} to pkg-config calls

Otherwise, we're searching for build architecture libraries which is not
what we want.

Signed-off-by: Helmut Grohne <helmut@subdivi.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
configure