ensure pkg-config is found

bubblewrap uses pkg-config to find e.g. the selinux libraries.
pkg-config itself is not looked for if the path for the bash
completions is given by command line.
this call makes sure that pkg-config is found either way.

downstream bug: https://bugs.gentoo.org/674312
This commit is contained in:
Jonas Jelten
2020-02-29 20:04:28 +01:00
committed by Jonas Jelten
parent bae85baf72
commit 81af7d7d0e

View File

@@ -14,6 +14,7 @@ AC_SYS_LARGEFILE
AC_PROG_CC
AM_PROG_CC_C_O
PKG_PROG_PKG_CONFIG([])
AC_CHECK_HEADERS([sys/capability.h], [], [AC_MSG_ERROR([*** POSIX caps headers not found])])