Skip to content

Use PKG_PROG_PKG_CONFIG to detect pkg-config

Yavor Doganov requested to merge yavor/planner:pkg-config-detection into master

Planner uses AC_PATH_PROG to detect pkg-config which fails when cross-compiling. See https://bugs.debian.org/884798 for more details.

Merge request reports