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:

committed by
Jonas Jelten

parent
bae85baf72
commit
81af7d7d0e
@@ -14,6 +14,7 @@ AC_SYS_LARGEFILE
|
|||||||
|
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
AM_PROG_CC_C_O
|
AM_PROG_CC_C_O
|
||||||
|
PKG_PROG_PKG_CONFIG([])
|
||||||
|
|
||||||
AC_CHECK_HEADERS([sys/capability.h], [], [AC_MSG_ERROR([*** POSIX caps headers not found])])
|
AC_CHECK_HEADERS([sys/capability.h], [], [AC_MSG_ERROR([*** POSIX caps headers not found])])
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user