Merge pull request #355 from TheJJ/fix-selinux-build

ensure pkg-config is found
This commit is contained in:
Colin Walters
2021-06-10 13:27:44 -04:00
committed by GitHub

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])])