lcp / mokutil

The utility to manipulate machine owner keys
GNU General Public License v3.0
60 stars 37 forks source link

Use PKG_PROG_PKG_CONFIG macro from pkg.m4 to detect pkg-config #56

Closed tgurr closed 2 years ago

tgurr commented 2 years ago

Do not hardcode the pkg-config command to support compiling on cross where e.g. the pkg-config command may be prefixed by the host triplet x86_64-pc-linux-gnu-pkg-config.

See also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884798

lcp commented 2 years ago

Thanks for patch.